\FAA\Obj\SearchFilterNotNull

Summary

Methods
Properties
Constants
__construct()
ToSqlQuery()
ToQuery()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

__construct()

__construct(string  $field,boolean  $is_or = false)

Field must not be null

Parameters

string $field

Name of the search field

boolean $is_or

Merge with other filters with or

ToSqlQuery()

ToSqlQuery()

ToQuery()

ToQuery(): string

Create query Convert to solr search query like length:[* TO 200]

Returns

string —

The search query