Page MenuHomePhabricator

Global Search (globalsearch) tool should use GraphQL service
Closed, DeclinedPublic

Description

Problem
The Global Search tool makes a series of synchronous requests and the search can take a long time.

Solution
After all the necessary methods have been implemented, use the GraphQL service instead of calling each wiki individually. The service will make all of the requests asynchronously.

Event Timeline

dbarratt renamed this task from Global Search (globalsearch) tool should use GraphQL to Global Search (globalsearch) tool should use GraphQL service.Oct 13 2018, 11:24 PM
dbarratt moved this task from Backlog to Done on the GraphQL board.