Atlas Search regex - how to specify case insensitive?

Not clear how to do. https://docs.atlas.mongodb.com/reference/atlas-search/regex/

Hi @Fred_Kufner,

I suggest to read the following README developed by one of our engineers regarding atlas search case insensitive queries:
GitHub - MarcusSorealheis/Atlas-Search-Python: This is a Python Flask and MongoDB Atlas Search tutorial. Let me know if you have any questions at @marcusforpeace on twitter.

I think by design many analyzers are case agnostic and if you.cant achieve it look for a custom lowercase tokenizer

Best
Pavel

1 Like

Got it. I went in another direction. Thanks!

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.