Documentation

FullTextSearchOperators

Trait to represent full text search operators.

Table of Contents

Methods

fts()  : PostgrestRequestBuilder
Full text search operator.
phfts()  : PostgrestRequestBuilder
Phrase full text search operator.
plfts()  : PostgrestRequestBuilder
Plain full text search operator.
wfts()  : PostgrestRequestBuilder
Websearch full text search operator.
ftsHelper()  : PostgrestRequestBuilder
Full text search operator helper.

Methods

ftsHelper()

Full text search operator helper.

private ftsHelper(string $operator, string $columnName, string $value[, null|string $language = null ]) : PostgrestRequestBuilder

Prevents code duplication.

Parameters
$operator : string

The operator to use.

$columnName : string

The name of the column.

$value : string

The value to use.

$language : null|string = null

The language to use.

Return values
PostgrestRequestBuilder

The PostgrestRequestBuilder instance.


        
On this page

Search results