Documentation

RegexpSearchQuery
in package
implements SearchQuery

A FTS query that allows for simple matching of regular expressions.

Interfaces, Classes, Traits and Enums

SearchQuery
Common interface for all classes, which could be used as a body of SearchQuery

Table of Contents

$boost  : float|null
$field  : string|null
$regexp  : string
__construct()  : mixed
boost()  : RegexpSearchQuery
Sets the boost for this query.
build()  : RegexpSearchQuery
Static helper to keep code more readable
field()  : RegexpSearchQuery
Sets the field for this query.

Properties

Methods

__construct()

public __construct(string $regexp) : mixed
Parameters
$regexp : string
Return values
mixed

        

Search results