Examine wildcard search across all properties (including content in BlockGrid)
I need a search page on the website I'm building and I found the .ManagedQuery() method. This sort of works, but it doesn't support wildcards. Searching for gee does not return results with the word "geese", and adding asterisks *gee* has no effect.
I've also got a nagging feeling that this won't work well with BlockGrids either, but I've yet to test that hypothesis.
How can I use Examine to search for something across all properties where wildcards are respected? A fuzzy search might also be preferrable, but I don't know how to do this across all properties either (or how it works with content in BlockGrids).
Examine wildcard search across all properties (including content in BlockGrid)
I need a search page on the website I'm building and I found the
.ManagedQuery()
method. This sort of works, but it doesn't support wildcards. Searching forgee
does not return results with the word "geese", and adding asterisks*gee*
has no effect. I've also got a nagging feeling that this won't work well with BlockGrids either, but I've yet to test that hypothesis.How can I use Examine to search for something across all properties where wildcards are respected? A fuzzy search might also be preferrable, but I don't know how to do this across all properties either (or how it works with content in BlockGrids).
is working on a reply...