Commit Graph

11 Commits

Author SHA1 Message Date
Sébastien Ros
0c2023b0bd Use checkboxes in Site Settings to select terms to include in search
--HG--
branch : dev
2010-09-03 18:48:50 -07:00
Nathan Heskew
edd312f539 SearchSettings -> SearchSettingsPart
- updating part names to conform to a <name>Part convention

--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsHandler.cs => src/Orchard.Web/Modules/Orchard.Search/Handlers/SearchSettingsPartHandler.cs
rename : src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettings.cs => src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettingsPart.cs
rename : src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettingsRecord.cs => src/Orchard.Web/Modules/Orchard.Search/Models/SearchSettingsPartRecord.cs
2010-07-22 22:16:16 -07:00
Sebastien Ros
d91e488cb7 Use DataMigration API to create database tables for each feature
--HG--
branch : dev
2010-06-29 16:17:08 -07:00
Sebastien Ros
ae82ccc865 Make the culture filter on search results an option.
Add checkbox in admin.

--HG--
branch : dev
2010-06-17 16:41:10 -07:00
Sebastien Ros
40769d6f2a Complete refactoring on Indexing module
Changed Parse() to use lucene syntax
Moved everything to Orchard.Indexing
New filters for search

--HG--
branch : dev
2010-06-17 16:21:29 -07:00
Nathan Heskew
ded153660d Added a little UI to set the default culture for the site (in /admin/settings)
--HG--
branch : dev
2010-06-08 16:26:08 -07:00
Nathan Heskew
faf696effe Pulling search result page selection back into the service and cleaning up a few other bits
--HG--
branch : dev
2010-06-05 14:44:11 -07:00
Nathan Heskew
9ef73f84b0 Adding some admin UI for search index management. Not yet working end-to-end but it looks like it does *
* Waiting on some pieces of the index manager/provider are being added and/or reworked then we'll get it all hooked up.

--HG--
branch : dev
2010-06-04 14:45:18 -07:00
Nathan Heskew
784f9dfc09 Gave search a friendly URL (/search)
- and changed the property on the view model from Term to Query (sounds better and goes with the 'q' param)

--HG--
branch : dev
2010-06-04 08:35:24 -07:00
Nathan Heskew
dcc51f28c6 A search box for anyone.
- pulled the search box out into its own partial
- added a search filter that sticks the search form partial into the search zone
- added the search zone to the top of the classic theme's sidebar

--HG--
branch : dev
2010-06-03 16:17:31 -07:00
Nathan Heskew
b4eade4d4d Start of the search UI
- includes a single search/results page (URL needs to change, currently @ /Search/Search when the feature is enabled)

--HG--
branch : dev
2010-06-03 14:04:50 -07:00