Trying to search for every node that contains *all* the words in a searchString
Hi, I use to search with C# Contains() for complicated search websites... But the poor performance makes me try to go through the examine road agin :) hopefully it would go better this time.
When I want to search for every node that contains all the words in the searchString I usually us this code that woks great, but slow:
Trying to search for every node that contains *all* the words in a searchString
Hi, I use to search with C# Contains() for complicated search websites... But the poor performance makes me try to go through the examine road agin :) hopefully it would go better this time.
When I want to search for every node that contains all the words in the searchString I usually us this code that woks great, but slow:
any Idea how to achive same result with the Umbraco examine search? if I use
it gives me every node that contains any of the words in the searchString - too many results...
Thanks!
is working on a reply...