Does anybody knows how to search multiple fields with Examine?
This is my code for one field , but it would be great if I could search the title as well.
var results = searcher.CreateQuery("content").NodeTypeAlias("topic").And().Field("topicBody", searchTerm).Execute();
Examine multiple fields search
Hi everyone.
Does anybody knows how to search multiple fields with Examine? This is my code for one field , but it would be great if I could search the title as well.
Thank you
Hi, Raluca, you can search in multiple field using the following query:
I hope that this helps Mila
Brilliant. Thank you :)
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.