Documentation

BooleanFieldSearchQuery
in package
implements JsonSerializable, SearchQuery

A FTS query that queries fields explicitly indexed as boolean.

Interfaces, Classes, Traits and Enums

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

Table of Contents

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

Properties

Methods

__construct()

public __construct(bool $value) : mixed
Parameters
$value : bool
Return values
mixed

        

Search results