mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Makes it simple for scripts to select by expression. The method also accepts a parameter which dictates whether matching features are added to an existing selection, removed from the selection or intersected with the current selection. The existing code from the select by expression dialog has been moved to QgsVectorLayer, and optimised for maximum possible speed. Also added unit tests.