Hi there,
Just saw that the latest version of AjaxSearch is wrapping span tags around keywords.
I have tried to set:
&highlightResult=0
But the spans are still being inserted into my code. The problem occurs as I have some js being generated dynamically by another snippet, and AjaxSearch is putting spans in my js, and breaking the functions im generating.
Is there a way to prevent this without hacking the class files?
Thanks
J
Thnx!!!
I spend hours looking why my website kept having a ’
>’ tag placed on my header.
I almost recoded my template
Quality doesn't need a big signature.
I had it set to 0 but it kept showing, with his quickfix <span class="ajaxSearch_highlight ajaxSearch_highlight1"> is still inserted and it’s working without breaking the page so I suppose this code line should be updated?
EDIT: N.v.m. fixed:
http://svn.modxcms.com/jira/browse/AJAXSEARCH-38
Just my two cents.
Quality doesn't need a big signature.
Thanks for that fix, I’ve really been scratching my head and seeing rogue `>` in my dreams!