Kishore Nallan
11/13/2024, 12:04 PM<http://scott-ltd-840.dev|scott-ltd-840.dev>
gets indexed as scottltd840dev
since hyphens and dots are not used as separators. As a work around you can add:
"token_separators": ["-"]
to the collection schema configuration.
This works.