hi everyone, i'm looking to utilize typesense to s...
# community-help
r
hi everyone, i'm looking to utilize typesense to search an "address book" collection. So, think about an object that has the following properties:
id:string
,
full_name:string
,
phone_number:string
. I can search against
full_name
very well (and unless otherwise specified, it will match queries against all of the properties.) However, unless I have something within 0-2 typos, it will never match a query against
phone_number
. Any insight?