Nathan Heskew
d34cae6ac4
Making existing paginiation implementations a bit more consistent.
...
For Blog (posts) and Search.
--HG--
branch : dev
2010-10-31 23:54:37 -07:00
Sebastien Ros
5d7d0bde3e
Adding SearchForm widget
...
--HG--
branch : dev
2010-10-12 18:16:54 -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
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
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
Sebastien Ros
c631254fb7
Cleaned web.config files
...
--HG--
branch : dev
2010-07-13 14:01:40 -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
Nathan Heskew
81ac382a68
Localized pluralized search result summary strings
...
--HG--
branch : dev
2010-06-14 22:12:06 -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
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