November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I don't have an answer for you, but just want to note that Wildcard query is very expensive. If you call that a lot, it has the potential to take down your site, and even the Find service, so use it wisely
Oh, wow. I didn't know this! Thanks for that additional information about the site going down!
I'll try to convince the client to use the default .For() then.
EPiServer Find 13.2.1
We have followed Joel Abrahamson's approach on WildcardQuery with EPiFind.
Though, it seems that the Wildcard Query is case-sensitive. :(
For example, if we try to search a content with Field having a value "EPiServer Developer Community", the search term "episer" or "episerver" will not return any results.
Is there any way to resolve this?
Thanks in advance!
P.S. Filter(x => x.Field.MatchCaseInsensitive()) is not an option at the moment for our case -- as we're using this for generic searches.