I have a `profiles` collection where I'm looking t...
# community-help
c
I 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?
Copy code
token_separators: ['(', ')', '-', '+', '@', '.']