Comment 5 for bug 519613

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

The error is triggered in common/rpackagelister.cc in RPackageLister::xapianSearch .
The call to Xapian::Query query = parser.parse_query(unsplitSearchString); fails when the search string is an contains an operator AND, OR, NOT, XOR, ... in upper case.

affecting to xapian-core