Hello
I tryed to modify the search template so as to search also descriptions of an upload field.
$selector = "title|body|upload->description~=$q, include=hidden, limit=50";
That throws the following exception:
Exception: Unknown Selector operator: '' -- was your selector value properly escaped?
So how is this correctly done?
Thanks.