Commit Graph

40 Commits

Author SHA1 Message Date
Sebastien Ros
5d7d0bde3e Adding SearchForm widget
--HG--
branch : dev
2010-10-12 18:16:54 -07:00
Renaud Paquay
1e826830f2 Fix Razor views "using" syntax
"@using" directive now requires a semicolon at the end.

--HG--
branch : dev
2010-10-07 10:48:51 -07:00
Dave Reed
67427b20c2 Fixing Require() razor syntax
--HG--
branch : dev
2010-09-17 10:19:27 -07:00
Dave Reed
c83b91e5c5 Added new ResourceManager and converted modules to use it. See sln notes ResourceManager.txt for open items.
--HG--
branch : dev
2010-09-16 17:35:01 -07:00
Sebastien Ros
3077bc63a2 Merge
--HG--
branch : dev
2010-09-16 13:22:43 -07:00
Sebastien Ros
22de315c71 Defined search settings message when no content is available
--HG--
branch : dev
2010-09-16 13:17:23 -07:00
Suha Can
7ab05d9f88 - Commenting some RegisterStyle calls so they can be moved to the new Script/Style manager when it becomes available.
--HG--
branch : dev
2010-09-16 13:16:32 -07:00
Suha Can
a0175b5129 - Readding Orchard.Search
--HG--
branch : dev
2010-09-15 15:31:24 -07:00
Louis DeJardin
fab4fcdba9 Merge
--HG--
branch : theming
2010-09-14 13:16:25 -07:00
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
8f5a0c45a2 Bunch of web.config and .csproj cleanup
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Sébastien Ros
999369225e When a search result doesn't exist, it is not displayed
- Might occur when a deleted content is searched before the index is updated (short time), eventually when the search is triggered on another server of a farm

--HG--
branch : dev
2010-07-27 19:46:07 -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
c631254fb7 Cleaned web.config files
--HG--
branch : dev
2010-07-13 14:01:40 -07:00
Sebastien Ros
8ad3a5982f Removed culture filter (temporarily)
--HG--
branch : dev
2010-07-08 16:47:43 -07:00
Nathan Heskew
c546d45f8e A little more MvcHtmlString/IHtmlString cleanup for the UnorderedList<T> HtmlHelper extensions
--HG--
branch : dev
2010-06-18 13:44:02 -07:00
Sebastien Ros
27c65e211a Added search fields administration
--HG--
branch : dev
2010-06-18 12:22:06 -07:00
Sebastien Ros
85f3219d37 Corrected typo
--HG--
branch : dev
2010-06-17 17:01:39 -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
Suha Can
dd6e3d3806 - Some modifications to last fork to bring it up to date with latest dev.
--HG--
branch : dev
2010-06-17 10:57:00 -07:00
Nathan Heskew
81ac382a68 Localized pluralized search result summary strings
--HG--
branch : dev
2010-06-14 22:12:06 -07:00
Nathan Heskew
5791af931f Fixed up the Orchard.Search admin index to correctly break up strings for localization
--HG--
branch : dev
2010-06-14 22:02:00 -07:00
Phil Haack
a48dd211a4 More <%= to <%: cleanup.
--HG--
branch : dev
2010-06-10 23:39:49 -07:00
Phil Haack
758cfd3825 Merge from dev
--HG--
branch : dev
2010-06-10 22:20:45 -07:00
Nathan Heskew
39c62e142f Localized (and properly pluralized) a couple of HtmlHelper extensions (around friendly published datetimes)
--HG--
branch : dev
2010-06-10 11:36:44 -07:00
Phil Haack
4bd6fbb866 Updated UnorderedList to return IHtmlString and changed the relevant <%= blocks to <%:
--HG--
branch : dev
2010-06-10 00:07:26 -07:00
Sebastien Ros
4fe81286db Corrected typo
--HG--
branch : dev
2010-06-08 13:13:24 -07:00
Nathan Heskew
a273c13205 A bit of an improvement in paging
- generic collection and display but only used for search results at the moment and does nothing for other queries. in other words, build your own IPageOfItems

--HG--
branch : dev
2010-06-07 15:52:26 -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
e8c8d5493e Updated the message for when there are no results for a search query
--HG--
branch : dev
2010-06-05 01:40:15 -07:00
Nathan Heskew
40f7b8bd8c Adding paging to search
--HG--
branch : dev
2010-06-05 01:26:14 -07:00
Renaud Paquay
a249579191 Fix localization issue from previous merge
--HG--
branch : dev
2010-06-04 19:58:23 -07:00
Sebastien Ros
9eebb483ae Implemented RebuildIndex plus UpdateIndex signal to backgroung tasks. Adapted UI.
--HG--
branch : dev
2010-06-04 17:42:20 -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
4f711f1e23 Utilizing the IIndexManager in the SearchService instead of directly hitting the provider (since there might not be one)
--HG--
branch : dev
2010-06-03 14:36:38 -07:00
Nathan Heskew
4ea06dd16d Changed query param name for search to 'q' from 'Term'
- also flipped ValidateInput for the controller off and tweaked the action for easier reading

--HG--
branch : dev
2010-06-03 14:23:45 -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