Overview:
When using Network API to search for the First Name of a Health Care Provider (HCP) that contains trailing spaces, no results are returned.
Search filter example: "John "
Root Cause:
The filter fails because leading and trailing spaces are removed before applying the search filters.
Filters must match exactly.
Solution:
Use fieldQueries instead of filters. The fieldQueries returns partial matches.
FieldQueries may return multiple results for a search.
Related Documentation:
Veeva Network Help: Search Network data