Search limitations
The search function has the following limitations that affect how queries are processed and combined.
ORqueries are not supported. All search terms are combined withANDlogic.- Wrap the field name in quotes to search for field names that contain spaces.
- All field searches use
__icontainsmatching. For example,name:localhostsends?name__icontains=localhostto the API.