Page MenuHomePhabricator

Friendly interface for searching through and choosing tools for list creation
Closed, DuplicatePublicFeature

Description

The UI could include a search box with autocomplete capabilities to support searching through tool names. We could build the UI via the v-autocomplete component: https://vuetifyjs.com/en/components/autocompletes/ and the list of tool names that goes with it by processing the data obtained via listAllTools.

Event Timeline

It would also be possible to build a custom search widget that used the GET /api/search/tools/ endpoint for full text search and filtering rather than the more simplistic search options that are available through GET /api/tools/.

bd808 changed the subtype of this task from "Task" to "Feature Request".Oct 13 2021, 9:27 PM