Bug report #5132
new expression builder does not support "NOT LIKE"
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | Nathan Woodrow | ||
Category: | Vectors | ||
Affected QGIS version: | master | Regression?: | No |
Operating System: | Easy fix?: | No | |
Pull Request or Patch supplied: | No | Resolution: | |
Crashes QGIS or corrupts data: | No | Copied to github as #: | 14890 |
Description
This
"Distrito" LIKE '%PT'
works fine, while
"Distrito" NOT LIKE '%PT'
does not
the negation needs to be written as
NOT ("Distrito" LIKE '%PT')
but it counter intuitive for the common users
Associated revisions
History
#1 Updated by Jürgen Fischer over 12 years ago
- Status changed from Open to Closed
Fixed in changeset 7dc309621829e39fe616c6ebddd85e5a8bd6f8b8.