coroico, thanks for that information.
Unfortunately, I’m getting the same result.

I’m relatively new to MODx so I’ll detail what I’ve done to see if I missed anything.
- Uploaded the contents of the 1.92 upgrade to the ajaxsearch folder
- Pasted the contents of the snippet.ajaxsearch.txt file to the snippet code in MODx
- Updated the 2 chunks containing the snippet call to:
Search Box
[!AjaxSearch? &ajaxSearch=`0` &advSearch="exactphrase" &minChars="2" &mbstring=`0` &showResults=`0` &landingPage=`78`!]
and
Search page
[!AjaxSearch? &ajaxSearch=`0` &advSearch="exactphrase" &mbstring=`0` &showInputForm=`0`!]
- Changed line 16 of ajaxSearch.class.inc.php to define(’MIN_CHARS’, 2); // minimum number of characters
I’ve also cleared the cache prior to testing. Here is the site:
http://www.montagueco.com/test/octagon_test/
Thanks