Page MenuHomePhabricator

CirrusSearch: boolean operators that include quoted phrases on the right hand side fail
Closed, ResolvedPublic

Description

This is due to me being fancy and handling quoted phrases outside of the query string. I'll need to rethink this but it is a bigger change then I want to make in the middle of the small change that I'm working on now: reenabling a bunch of boolean operators. This bug isn't now, but the tests for boolean operators found it. An example: catapult OR "two words" blows up.


Version: unspecified
Severity: normal

Details

Reference
bz56239

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:12 AM
bzimport added a project: CirrusSearch.
bzimport set Reference to bz56239.

Change 93724 had a related patch set uploaded by Manybubbles:
Escape query string during phrase search detection

https://gerrit.wikimedia.org/r/93724

Change 93725 had a related patch set uploaded by Manybubbles:
Tests for boolean operators around quotes

https://gerrit.wikimedia.org/r/93725

Change 93724 merged by jenkins-bot:
Escape query string during phrase search detection

https://gerrit.wikimedia.org/r/93724

Change 93725 merged by jenkins-bot:
Tests for boolean operators around quotes

https://gerrit.wikimedia.org/r/93725