Skip to content

Frontend for multiple matches in single file

What does this MR do and why?

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Make sure advanced search is installed and enabled
  2. Make sure you enable zoekt.
  3. Enable multi-match FF
    echo 'Feature.enable(:zoekt_multimatch_frontend)' | rails c
  4. Visit search page http://127.0.0.1:3000/search
  5. Click the invite members button.

Related to #450735

Edited by Tomas Bulva

Merge request reports