Hello,
I just made a clean install of modx Evolution 1.04 (which include ajaxSearch 1.9.0. My ’strange pb’ is that I cannot manage to have any result displayed. The IntroMessages are displayed (like when nothing entered in the input zone or when entered more than 6 words or when no match return).
To be sure to evacuate all nasty-interactions with any template or module, I used the ’Minimal Template’ for search and landing page with these parameteters :
1) The search form just contains : [!AjaxSearch? &ajaxSearch=`0` &landingPage=`32`!]
2) The landing page (id#32) : [!AjaxSearch? &ajaxSearch=`0` &showResults=`1` &showInputForm=`0`!]
When the search is supposed to return some values, I instead got the landing page blank (source code ==> nothing, totaly empty)
I found that the key of the pb is the &showResults=`1` :
0 : when &showResults=`0` ==> landing page is normally displayed but nothing is displayed under title of the article
1 : when &showResults=`1`==> landing page appears (after redirection from the search page) empy, blank (HTML source code empty)
I know this sound stupid of me but I really try to find a solution for 3 DAYS now. :-(
Any help would be appreciated.
Thank you in advance.