MS SQL Server: Filter Using Text Values
_like
The _like
and _nlike
operators are used for pattern matching on string/text fields.
Fetch a list of articles whose titles contain the word “amet”:
GraphiQL
Query Variables
Request Headers
No Schema Available
_nlike
Fetch a list of articles whose titles do not contain the word “amet”:
GraphiQL
Query Variables
Request Headers
No Schema Available