DatabaseQuerySelectFulltext::allowStopwords()

Get or set whether fulltext searches can fallback to LIKE searches to match stopwords

Available since version 3.0.162.

Usage

// basic usage
$bool = $databaseQuerySelectFulltext->allowStopwords();

// usage with all arguments
$bool = $databaseQuerySelectFulltext->allowStopwords($allow = null);

Arguments

NameType(s)Description
$allow (optional)null bool

Specify bool to set or omit to get

Return value

bool


DatabaseQuerySelectFulltext methods and properties

API reference based on ProcessWire core version 3.0.265