sphinx_search
Make your content searchable via the excellent Thinking Sphinx. Sphinx Search automatically creates the necessary indexes on your pages and provides a SearchPage subclass to handle the actual search processing without any code on your part.
You get a full set of Radius tags to iterate and display your search results, including pagination for lengthy result sets. Pages can be excluded from the search results on an individual basis. Sphinx Search can provide a foundation for indexing your application’s custom models, as well.
| Author | Digital Pulp |
|---|---|
| Website | http://github.com/digitalpulp/radiant-sphinx-search-extension |
| Repository | git://github.com/digitalpulp/radiant-sphinx-search-extension.git |
| Supports | Radiant 0.9RC |
| Record Created | July 28, 2008 (over 1 year ago) |
| Last Updated | January 7, 2010 (2 months ago) |
Installation
At the command prompt, in the root of your Radiant project, type:
script/extension install sphinx_search
