I am struggling to do searchs for like emails and phone numbers.
For instance we have a strig field in the index called PhoneNumber and it might have “(555) 555 -5555” but when I try to search 555-5555 or 555- I get no results. Another is CustomerEmail with “abs@gmail.com’ and searching abs@ gives no results. I have seen tokens and analyzers but have not got it to work. Are there any examples on querying for emails or phone or special characters for .net sdk or github?
so a user can type in say '(816)555-5555' or '816 555-5555' and it would find 81655555555 in index?