To avoid the search in the description field, use the whereSearch parameter as follow:
&whereSearch=`content:pagetitle,content|tv:tv_value`
With this you search only in the pagetitle and content field of documents
By default the search occurs in all the content fields: ’pagetitle’, ’longtitle’, ’description’, ’alias’, ’introtext’, ’menutitle’, ’content’
if you are not intrested by a search in tv remove
from the parameter
Also, I have this character showing up on my search results page (non-ajax) eg ... it only shows if I've used " " which I've had to use in clearing divs or the div gets stripped out by TinyMCE. Can anyone recommend a fix?
This issue id due to the fact that I do an extract of 200 characters around the search term found and unfortunately, this cut your space . As UTF-8 use 2 bytes per character, I split your space and then you got this weird character (an half character !). The fix is not simple, but I will try to fix for the next release.