We have installed elasticsearch 2 and upgraded the phabricator search features to elasticsearch using following command and it is working fine except "Edit Maniphest Tasks" under Diffusion >>Active repository then select a commit then "Edit Maniphest Tasks" the popup window "Manage Attached Tasks" shows No results.
`./bin/config set search.elastic.host 'http://localhost:9200'`
`./bin/search index --all`
Any help would be appreciated.