Bug report #5132

new expression builder does not support "NOT LIKE"

Added by Giovanni Manghi about 12 years ago. Updated about 12 years ago.

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 about 12 years ago

  • Status changed from Open to Closed

Also available in: Atom PDF