We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9774f commit 0a51260Copy full SHA for 0a51260
src/app/qgsattributetabledialog.cpp
@@ -660,7 +660,7 @@ void QgsAttributeTableDialog::filterQueryChanged( const QString& query )
660
return;
661
662
QVariant::Type fldType = flds[fldIndex].type();
663
- bool numeric = ( fldType == QVariant::Int || fldType == QVariant::Double );
+ bool numeric = ( fldType == QVariant::Int || fldType == QVariant::Double || fldType == QVariant::LongLong );
664
665
QString sensString = "ILIKE";
666
if ( mCbxCaseSensitive->isChecked() )
0 commit comments