SimpleSearch

Skip to end of metadata
Go to start of metadata


What is SimpleSearch?

SimpleSearch is a simple search component for MODx Revolution. It only supports searching Resource content, and does not support searching TV content at this time.

Requirements

  • MODx Revolution 2.0.0-RC-2 or later
  • PHP5 or later

History

SimpleSearch was written by Shaun McCormick as a simple search component, and first released on June 2nd, 2010. It is loosely based on AjaxSearch for MODx Evolution by KyleJ/coroico, without the Ajax functionality.

Download

It can be downloaded from within the MODx Revolution manager via Package Management, or from the MODx Extras Repository, here: http://modxcms.com/extras/package/683

Development and Bug Reporting

SimpleSearch is stored and developed in GitHub, and can be found here:http://github.com/splittingred/SimpleSearch

Bugs can be filed here: http://github.com/splittingred/SimpleSearch/issues

Usage

SimpleSearch has 2 snippets - one to display a form ("SimpleSearchForm"), and the other to display search results ("SimpleSearch").

Examples

Display a search form, and below it, the results:

[[!SimpleSearchForm]]

<h2>Results</h2>
[[!SimpleSearch]]

Display a Search form that sends you to a results page in Resource 123 (which has the SimpleSearch call in it):

[[!SimpleSearchForm? &landing=`123`]]

See Also

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.