Yes, the search in Umbraco is powered by Examine out of the box, which is a Lucene-based search, check this documentation for more details and examples.
I Implemented searching using Examine search but now i want that if customer write any whitespace, case insensitive and make any spelling mistakes then also suggest the result its like fuzzy search..
Lucene Searching in Umbraco 11
Hello... Is this Possible to Perform Lucene search in umbraco 11 ? Please provide Any documentation for it.
Thank you!
Hello Megha,
Yes, the search in Umbraco is powered by Examine out of the box, which is a Lucene-based search, check this documentation for more details and examples.
I Implemented searching using Examine search but now i want that if customer write any whitespace, case insensitive and make any spelling mistakes then also suggest the result its like fuzzy search..
How can i able to do so please suggest.
Thank you.!!
Try this example:
terms =>
IEnumerable <string>
& here Examine.SearchExtensions you can find more extension methods.is working on a reply...