It's a known bug introduced in 2.8.1 with my quick work to update XSLTsearch to the new XML schema. You can search on individual words or phrases by using quotes 'talented and experienced' (assuming that exact phrase appears in the fields you are searching. Multiple word searches that are not phrases will return nothing.
The problem would have to be in the gnarliest bit of recursive xpath in the entire project, and there is no quick workaround.
At the moment I now where the problem is in the xslt and I'm working on a solution as I have time (yesterday and today, for instance!). Will keep you posted about progress.
Multiple words return no results in XSLTSearch
Umbraco 4.5.2
XSLT Search 2.8.1
When searchng for single words ie. "talented" the search works fine.
When searching for a phrase that definately exists ie. "talented and experienced" no results are returned.
Aron
It's a known bug introduced in 2.8.1 with my quick work to update XSLTsearch to the new XML schema. You can search on individual words or phrases by using quotes 'talented and experienced' (assuming that exact phrase appears in the fields you are searching. Multiple word searches that are not phrases will return nothing.
The problem would have to be in the gnarliest bit of recursive xpath in the entire project, and there is no quick workaround.
At the moment I now where the problem is in the xslt and I'm working on a solution as I have time (yesterday and today, for instance!). Will keep you posted about progress.
Sorry for the bug.
cheers,
doug.
is working on a reply...