Bug report #3503
Error using advanced search
| Status: | Closed | ||
|---|---|---|---|
| Priority: | Low | ||
| Assignee: | |||
| Category: | GUI | ||
| Affected QGIS version: | Regression?: | No | |
| Operating System: | Debian | Easy fix?: | No |
| Pull Request or Patch supplied: | Resolution: | fixed | |
| Crashes QGIS or corrupts data: | Copied to github as #: | 13563 |
Description
Using both the following 2 condition joined by AND
PROVINCIA ILIKE '%I%' AND PROVINCIA NOT IN ('PI', 'FI')
as query in Advanced Search, it results in an error
Search string parse error: syntax error, unexpected $end
instead using just one, it works fine
History
#1
Updated by Martin Dobias over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
fixed in 501d1c90 (SVN r15204).