Revision 456d5b8...

Go back to digest for 21st July 2013

Bug Fixes in KDE Base

Denis Steckelmacher committed changes in [nepomuk-core/steckdenis-gsoc2013] libnepomukcore/queryparser/queryparser.cpp:

No need to escape angle brackets now that no regexps are used

Queries like "size < 2M" were rejected because the pattern contained
"\<" and not "<". This was needed because the angular brackets have a
meaning in regular expressions. Now, there is no regular expressions
anymore.

File Changes

Modified 1 files
  • libnepomukcore/queryparser/queryparser.cpp
1 files changed in total