Skip to content

campaigns: add changeset text search

Administrator requested to merge aharvey/changeset-text-search into main

Created by: LawnGnome

This adds text search for changesets in campaigns. Currently, it supports titles (useful for imported changesets, no so much for created ones) and repo names.

out

The text search is using our internal parser package to parse the search. This means that we already have support for quoted substrings and negation essentially for free, and it means that there's a very obvious entry point to add filtering fields and wire up the filter dropdowns when we decide it's time for that.

Design: https://www.figma.com/file/FV2gup39FRFztYJgTkFqDU/Campaigns-text-search-%2315889?node-id=0%3A1&viewport=-2057%2C-1114%2C0.8369423747062683

Closes #15781.

Merge request reports

Loading