Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all,
I have a working XSLT search function in an Umbraco 6 web.
<xsl:variable name="searchResult" select="Examine:SearchContentOnly(concat('*', umbraco.library:RequestQueryString('query')), true())"/>
Searching for multiple words produce a OR kind of result. How do I build a AND search? Could someone point me in the right direction.
Thanks
I think you need a + before each search term in your query. But I can be wrong.
Here is a an excellent post on examine http://umbraco.com/follow-us/blog-archive/2011/9/16/examining-examine
Dave
Just to clarify: I´m not using the package XSLTsearch.
+ doesn´t work
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
AND Search in Examine
Hi all,
I have a working XSLT search function in an Umbraco 6 web.
Searching for multiple words produce a OR kind of result. How do I build a AND search? Could someone point me in the right direction.
Thanks
I think you need a + before each search term in your query. But I can be wrong.
Here is a an excellent post on examine http://umbraco.com/follow-us/blog-archive/2011/9/16/examining-examine
Dave
Just to clarify: I´m not using the package XSLTsearch.
+ doesn´t work
is working on a reply...