Can someone tell me where I can find a full tutorial on how to create a search of custom tables? There is no full explanation of config files etc on how to use the feature for non rocket scientists.
This page has what I want to do
http://www.modx.wangba.fr/index.php?id=376 but there’s no info on how to achieve it and the wiki isn’t helping either.
Thanks!
The error I get is AjaxSearch error: table modx_test not defined in the configuration file: !
I created a table called modx_test and put some values etc in. I just dono what on earth to do to get the custom table search working.
my dedicated server uses mySQL 5.0.87
I tried several snippet calls
[!AjaxSearch? &ajaxSearch=`1` &jscript=`mootools1.2` &opacity=`0.6` &liveSearch=`1` &AS_landing=`376` &config=`test` &whereSearch=`modx_test` !]
[!AjaxSearch? &ajaxSearch=`1` &jscript=`mootools1.2` &opacity=`0.6` &liveSearch=`1` &AS_landing=`376` &whereSearch=`modx_test` !]
[!AjaxSearch? &ajaxSearch=`1` &jscript=`mootools1.2` &opacity=`0.6` &liveSearch=`1` &AS_landing=`376` &config=`test` &whereSearch=`[|modx_test[:title:about]]` !]