Full-text search
A full-text search returns entities that contain the words included in the search query, in the same provided order.
You can execute a full-text search across all indexed properties as follows:
RequestResponse
GET http://<hostname>/api/entities/query?query=Definition.Name=='M.Asset' AND FullText=='text to search'
Note
The FullText search property only supports the == operator, but can be negated.