Page MenuHomePhabricator

Query failure with OR and *
Open, LowPublic

Description

Elasticsearch bails out thinking this is a bad query, I don't understand why though. The error from es is:

parse_exception: Encountered " <OR> "OR "" at line 1, column 1.

Fails:

  • "foo*" OR "bar"

Works:

  • foo* OR "bar"
  • "bar" OR "foo*"

Event Timeline

Restricted Application added subscribers: Zppix, Aklapper. · View Herald Transcript
debt triaged this task as Low priority.Jul 28 2016, 10:25 PM
debt moved this task from needs triage to search-icebox on the Discovery-Search board.
debt subscribed.

maybe we can look at this when we look at the parser.

MPhamWMF subscribed.

Closing out low/est priority tasks over 6 months old with no activity within last 6 months in order to clean out the backlog of tickets we will not be addressing in the near term. Please feel free to reopen if you think a ticket is important, but bare in mind that given current priorities and resourcing, it is unlikely for the Search team to pick up these tasks for the indefinite future. We hope that the requested changes have either been addressed by or made irrelevant by work the team has done or is doing -- e.g. upgrading Elasticsearch to a newer version will solve various ES-related problems -- or will be subsumed by future work in a more generalized way.

RhinosF1 removed a project: Discovery-Search.
RhinosF1 subscribed.

Re-opening tasks and removing from team workboard per IRC feedback given yesterday and discussion with MPham.