I'm able to reproduce it now. I suspect the issue...
# community-help
k
I'm able to reproduce it now. I suspect the issue is
<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:
Copy code
"token_separators": ["-"]
to the collection schema configuration. This works.