26#include "moc_qgssearchwidgetwrapper.cpp"
28using namespace Qt::StringLiterals;
32 return QList<FilterFlag>()
59 return QObject::tr(
"Equal to (=)" );
61 return QObject::tr(
"Not equal to (≠)" );
63 return QObject::tr(
"Greater than (>)" );
65 return QObject::tr(
"Less than (<)" );
67 return QObject::tr(
"Greater than or equal to (≥)" );
69 return QObject::tr(
"Less than or equal to (≤)" );
71 return QObject::tr(
"Between (inclusive)" );
73 return QObject::tr(
"Not between (inclusive)" );
75 return QObject::tr(
"Case insensitive" );
77 return QObject::tr(
"Contains" );
79 return QObject::tr(
"Does not contain" );
81 return QObject::tr(
"Is missing (null)" );
83 return QObject::tr(
"Is not missing (not null)" );
85 return QObject::tr(
"Starts with" );
87 return QObject::tr(
"Ends with" );
111 if ( mAggregate.isEmpty() )
114 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.