Feature request #3852
It should be allowed to filter shapefile vector layers by id
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Vectors | ||
Pull Request or Patch supplied: | Resolution: | invalid | |
Easy fix?: | No | Copied to github as #: | 13910 |
Description
It is currently impossible to filter shapefiles by id, but the id is what you get when, for example, you check for topological validity, so you have then no way to take a closer look.
History
#1 Updated by Jürgen Fischer over 13 years ago
- Resolution set to invalid
- Status changed from Open to Closed
Replying to strk:
It is currently impossible to filter shapefiles by id
#2 Updated by Sandro Santilli over 13 years ago
Are you saying I can use those fieldnames in the query builder ?
What about making it available in the list of fieldnames you can click on then ?
#3 Updated by Jürgen Fischer over 13 years ago
Replying to [comment:2 strk]:
Are you saying I can use those fieldnames in the query builder ?
What about making it available in the list of fieldnames you can click on then ?
#4 Updated by Sandro Santilli over 13 years ago
Would it then make sense for the OGR provider to report the fid field ?
#5 Updated by Jürgen Fischer over 13 years ago
Replying to [comment:4 strk]:
Would it then make sense for the OGR provider to report the fid field ?
the field list is also used when editing. so having the ogr provider report special fields, would open other issues...