Page MenuHomePhabricator

Unable to search for open tasks using Elasticsearch
Closed, ResolvedPublic

Description

On our install (using Elasticsearch) we are currently unable to search for open tasks using the global search. The following search works:

search1.png (343×1 px, 42 KB)

But ticking either "Open" or "Closed" causes the search to return zero results.

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a subscriber: joshuaspence.

It seems that this is not limited to Maniphest, it applies to all search documents.

chad renamed this task from Unable to search for open tasks to Unable to search for open tasks using Elasticsearch.Sep 23 2015, 2:59 AM

I have this working downstream in Wikimedia's instance of phabricator, however, our fork is significantly modified. I intend to refactor this into something that is either a) mergeable upstream or b) installable as an extension but for now the code is on phabricator.wikimedia.org PhabricatorElasticFulltextStorageEngine.php

epriestley claimed this task.
epriestley added a subscriber: epriestley.

Presuming this is resolved by D17384, see T12450 for followups.