Here is an example:
curl -k 'https://staging2.internal.resilientsystems.com/rest/search_ex' --data-raw '{"query": "lorem","org_id":230,"filters":{"incident":[{"conditions":[]}],"bentesttable":[{"conditions":[{"method": "equals", "field_name": "bentestcolumnfordatatable", "value": "lorem"}]}]},"types":["datatable"]}'
This searches where the datatable column
bentesttable.bentestcolumnfordatatable is equal to
lorem. Notice that the query term must go in the conditions as well as the query part.
Ben
------------------------------
Ben Lurie
------------------------------