Indexing Contact Information with Separators
TLDR CDoe is indexing contact info and asked if the appropriate separators were recommended in the article. @4L5c7 affirms and suggests adding _
for emails.
Powered by Struct AI
1
3
2mo
Solved
Jul 14, 2023 (2 months ago)
CDoe
CDoe
02:56 PMI have a
profiles
collection where I'm looking to index basic contact information like people's names, phone numbers, emails, physical addresses, and general notes. I read through the 'tips for common data types' article. Would combining the recommended separators for phone and email seem to work for a use case like this?token_separators: ['(', ')', '-', '+', '@', '.']
Jason
Jason
03:48 PMYup that should work
03:48
Jason
03:48 PMMay be add
_
as well for email addresses1
Typesense
Lightning-fast, open source search engine for everyone | Knowledge Base powered by Struct.AI
Indexed 2786 threads (79% resolved)
Similar Threads
Restricting `token_separators` to a Specific Field in Typesense
Loic asked Jason about applying `token_separators` to a specific field in Typesense. Jason suggested opening a github issue to add this feature.
3
15mo
Solved
Handling Two-Word Queries with Custom Separators
Dima proposes adding a parameter to API for handling two-word queries. Jason suggests opening a GitHub issue for the feature request.
6
3mo
Solved
Updating token_separators in Typesense
Anh-Jo asks if token_separators can be updated without deleting and recreating a Typesense collection. Jason responds that it's not possible and suggests creating a new collection with the updated setting and reindexing the data.
2
8mo
Solved