We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent b605d34 commit bfafa8dCopy full SHA for bfafa8d
python/plugins/processing/algs/qgis/SelectByAttribute.py
@@ -48,7 +48,7 @@ class SelectByAttribute(QgisAlgorithm):
48
OUTPUT = 'OUTPUT'
49
50
OPERATORS = ['=',
51
- '!=',
+ '≠',
52
'>',
53
'>=',
54
'<',
@@ -80,7 +80,7 @@ def flags(self):
80
81
def initAlgorithm(self, config=None):
82
self.operators = ['=',
83
84
85
86
0 commit comments