26#include "moc_qgssearchwidgetwrapper.cpp"
28using namespace Qt::StringLiterals;
32 return QList<FilterFlag>()
51 return QList<FilterFlag>()
60 return QObject::tr(
"Equal to (=)" );
62 return QObject::tr(
"Not equal to (≠)" );
64 return QObject::tr(
"Greater than (>)" );
66 return QObject::tr(
"Less than (<)" );
68 return QObject::tr(
"Greater than or equal to (≥)" );
70 return QObject::tr(
"Less than or equal to (≤)" );
72 return QObject::tr(
"Between (inclusive)" );
74 return QObject::tr(
"Not between (inclusive)" );
76 return QObject::tr(
"Case insensitive" );
78 return QObject::tr(
"Contains" );
80 return QObject::tr(
"Does not contain" );
82 return QObject::tr(
"Is missing (null)" );
84 return QObject::tr(
"Is not missing (not null)" );
86 return QObject::tr(
"Starts with" );
88 return QObject::tr(
"Ends with" );
113 if ( mAggregate.isEmpty() )
116 return u
"relation_aggregate('%1','%2',%3)"_s.arg(
context().relation().
id(), mAggregate, field );
static QString quotedColumnRef(QString name)
Returns a quoted column reference (in double quotes).
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Represents a vector layer which manages a vector based dataset.