Bug report #2346
Search query doesn't work with fields with colon
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | Vectors | ||
Affected QGIS version: | Regression?: | No | |
Operating System: | All | Easy fix?: | No |
Pull Request or Patch supplied: | Resolution: | fixed | |
Crashes QGIS or corrupts data: | Copied to github as #: | 12406 |
Description
1. If field's name contains colon (':'), then search tools doesn't work. QGIS returns error message: 'syntax error, unexpected Unknown_CHARACTER, expecting $end'.
2. For searching attribute value containing space, eg. 'any value', Advanced search needs using quotes, but for simple searching with attribute table it is not required.
History
#1 Updated by Martin Dobias over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in e48766e5 (SVN r13755).