Hi ppl,
Hi had a problem that I solved while I was writing this posts. Maybe it will be usefull for someone else.
I was using ajaxSearch 1.9b ( the problem was with 1.8.4 too ) with this call:
[!AjaxSearch? &ajaxSearch=`0` &landingPage=`121` &showResults=`0` &showIntro=`0` !]
I tried this too:
[!AjaxSearch? &ajaxSearch=`0` &landingPage=`121` &showResults=`0` &showIntro=`0` &extract=`1:content,description,introtext` !]
But in some results, I get mixed some placeholders and other code:
Testimonios [+as.extractShow:is=`1`:then=`
...nish` ]] Mostrando testimonios de a . Exiten testimonios del programa de Estudios Universitarios en total | Página de ...
`+]
I was thinking what could be wrong, bugs? Wrong parameters? PHx conflict? But it was easier.
I had a few pages wich were listing news or other articles using ditto. Ditto needs some placeholders in page content to do pagination, and those placeholders were in conflict with ajaxSearch, being shown between the search results.
The fix is easy: make the document as "non searcheable". Will be possible to fix it in ajaxSearch and omit reading placeholders and other code?
I hope this information could be usefull.