We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 28215
    • 4,149 Posts
    This is an auto-generated topic for SimpleSearch 1.2.0-rc1 by splittingred.

    Brief Description:

    A simple search solution for MODx Revolution. Loosely based on AjaxSearch for Evolution (minus the ajax). Only searches Resources; does not search dynamic content.
    New in 1.2.0

    • 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.

    New in 1.1.1

    • Fixed bug in snippet with wrong reference to $modx var
    • Added idx placeholder
    • Added andTerm (true/false) - Whether or not to add a logical AND between words in search term.
    • Added matchWildcard (behavior depending on query type and limitations)
    • Added docFields which is a list of fields to search on the Resource.

    See the official documentation here:
    http://rtfm.modx.com/display/addon/SimpleSearch/
      shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect | github | splittingred.com
      • 21800
      • 174 Posts
      This Snippet is really great and easy to use. But I run into a problem I don’t understand.

      Even with the normal (simple) call ([[!SimpleSearchForm]] <h2>Results</h2> [[!SimpleSearch]]) pagination doesn’t work. Links and count are there but on a click on i.e. "2" an empty result appears. The Link looks like this:".../test.html?sisea_offset=10&search=bach". Page is uncached.

      SimpleSearch 1.2.0 | MODx Revolution 2.0.7-pl (traditional)
        • 14317
        • 3 Posts
        I second... please help
          • 21800
          • 174 Posts
          There are two more item about sisea.

          • if search item is more than one word sisea strips blanks between them after search (it shows the words without blank between)
          • if search item contains Umlaute (like ü, ...) sisea strips them after search (the char is lost)
          V1.2rc2/pl at least does the search, V1.3rc2 does not (that strings shurely aren’t really there)

          Btw. it has become very lonly to work with the fab modx.
            • 35302
            • 7 Posts
            I was just wondering if there is a way you can show unpublished resources in search results.
            I know it’s not the best thing probably but it is the only way I can get my events page to work properly for what the client wants.
            Thanks.