Skip to main content
Version: v2.x

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
Documentation Explorer
No Schema Available

_nlike

Fetch a list of articles whose titles do not contain the word “amet”:

GraphiQL
Query Variables
Request Headers
Documentation Explorer
No Schema Available