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
Send us your feedback: We're always looking for advice to help improve our Knowledge Base! Please let us know if this article was helpful or provide feedback on how we can improve your experience here.
Thank you