About SimpleSearch
A simple search solution for MODx Revolution. Loosely based on AjaxSearch for Evolution (minus the ajax). Only searches Resources; does not search dynamic content.
See the official documentation here:http://rtfm.modx.com/display/addon/SimpleSearch/
Information
Released
January 3, 2012
Supported Versions
2.0 –
Current
Supported Database
MySQL, Microsoft SQL Server
Downloads
120,036
License
GPLv2
New in SimpleSearch 1.5.2
New in 1.5.2
- [#60] Fix issue with search highlighting
- Fix invalid mb_strlen call when should be strlen
New in 1.5.1
- [#55] Fix issue with offsets in multibyte, one-character searches
- [#59] Fix issue with broken links on pagination
New in 1.5.0
- [#36] Fix issue where whereGroup is not incr when using useAllWords
- Allow file-based chunks in all tpl chunks
- [#53] Ensure list permission is checked on loading of resources
- [#56] Fix issue with forward slashes in searches
New in 1.4.1
- Ensure Solr-based search gets TVs indexed by name, so can be used as placeholders
New in 1.4.0
- Improved TV indexing for Solr-based searches, all TVs are now pre-processed and included during index
- Fixed bug with processTVs in basic search
- [#49] Add sortBy and sortDir properties for sorting of results
- [#48] Fix issue with internationalization of no results message
- [#50] Fix issue with pagination and searches with spaces
- Fixed missing plugin in build script for Solr indexing
- Added Solr search implementation, split up search into driver-specific classes
- [#37] Fix charset in German translation
- [#46] Add tpl for no results message, in property noResultsTpl
- Fix bug in simplesearchform.snippet where spaces were being removed from searchValue
- Fix SqlSrv query issues
New in 1.3.0
- Add sisea.facet placeholder for results page, and 'search' parameter to be sent into posthooks
- Add faceted search ability through postHooks
- Add facetLimit to limit # of non-active facet results that return on main results page
New in 1.2.0
- Fixed bug with pagination
- Fixed bug with searchScore sorting
- Fixed bug with progressive highlighting class names
- Added 'alias' to default docFields
- Added fieldPotency property to allow certain fields higher search scores for the same match
- Added result sorting (by searchScores)
- Added the urlScheme parameter which allows you to control the URL scheme used for the pagination links.
- Made the result extracts to never break words. This means that the extract limit is a soft limit now, and results look much nicer.
- Added the query placeholder to the containerTpl chunk.
- Fixed the default value of the landing parameter for the SimpleSearchForm snippet.
- Fixed an URL decoding bug.
- Removed defaults from the provided chunk templates, as they duplicate code from the snippets.
- Made minor performance improvements.