« Back Issue #55
  • 2011-09-09 09:59 Reported by administrator
  • 2011-09-09 10:00 Marked fixed
Status: Marked fixed
Priority: Medium

Handling negation queries is slow

administrator 2011-09-09 09:59

Currently, negations are handled by actually checking that the summary doesn't contain the keyword using a regex. Instead, a negation iterator and index data should be used.

administrator 2011-09-09 10:00

Fixed with 6fc45f

X