-
Type: New Feature
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: V4.01_OS
-
Fix Version/s: V4.02
-
Component/s: Protocol, URL Conventions
-
Labels:None
-
Proposal:
The $search functionality allows fuzzy searching across all properties, and is useful for finding entities that have something to do with a particular search term.
However, some engines may support content search on a particular field, and customers may want to combine such content searches with other predicates, for example:
/users?$filter=address/state eq 'WA' or search(jobTitle,'smith')
Note:
1) They specifically want job titles related to a "smith" (woodsmith, ironsmith, etc.), not last names related to "smith"
2) They want to logically "OR" this condition with other conditions within the $filter clause.
They can't do either #1 or #2 with $search today.