Changeset text search
Created by: eseliger
Allow to search through changesets based on
- title
- repo name
Therefor, we should implement the search bar we talked about this summer that will eventually also allow for a search syntax that unifies filtering and searching.
Tasks:
-
Extend campaigns.Store
to allowListChangesets
with aTextSearch: "foobar"
option that creates a query that searches through the changeset title, the name of the repository -
Extend the GraphQL schema to allow filtering changesets based on text search, e.g.: changesets(search: "foobar"): ChangesetConnection!
-
Extend UI to have a text box that allows to search for changesets using this API