Documentation

Operator : string
in package

Enum for the operators PostgREST supports.

Tags
link
https://postgrest.org/en/stable/references/api/tables_views.html#operators

Table of Contents

Cases

ADJACENT  = 'adj'
ALL  = 'all'
AND  = 'and'
ANY  = 'any'
CONTAINED_IN  = 'cd'
CONTAINS  = 'cs'
EQUAL  = 'eq'
FULL_TEXT_SEARCH  = 'fts'
GREATER_THAN  = 'gt'
GREATER_THAN_OR_EQUAL  = 'gte'
ILIKE  = 'ilike'
IMATCH  = 'imatch'
IN  = 'in'
IS  = 'is'
IS_DISTINCT_FROM  = 'isdistinct'
LESS_THAN  = 'lt'
LESS_THAN_OR_EQUAL  = 'lte'
LIKE  = 'like'
MATCH  = 'match'
NOT  = 'not'
NOT_EQUAL  = 'neq'
NOT_EXTEND_TO_LEFT  = 'nxl'
NOT_EXTEND_TO_RIGHT  = 'nxr'
OR  = 'or'
OVERLAP  = 'ov'
PHRASE_FULL_TEXT_SEARCH  = 'phfts'
PLAIN_FULL_TEXT_SEARCH  = 'plfts'
STRICTLY_LEFT_OF  = 'sl'
STRICTLY_RIGHT_OF  = 'sr'
WEBSEARCH_FULL_TEXT_SEARCH  = 'wfts'

Cases


        
On this page

Search results