Its mentioned in the docs that search with email is an exact search but the first record returns multiple records where the email matches it. The email id ex - sbandy0401@example.com - returns one record where as search with email id b@example.com returns the record matching sbandy0401@example.com and other records.
Is that how email is searched (performing a similar search and not returning records where the email exactly matches the email id passed in request)
Hi,
I tried the following two requests.
/api/v1/people.xml?email=b@example.com&auth_token=xyz /api/v1/people.xml?email=sbandy0401@example.com&auth_token=xyz
Its mentioned in the docs that search with email is an exact search but the first record returns multiple records where the email matches it. The email id ex - sbandy0401@example.com - returns one record where as search with email id b@example.com returns the record matching sbandy0401@example.com and other records.
Is that how email is searched (performing a similar search and not returning records where the email exactly matches the email id passed in request)