Skip to content

Zoekt fork filter should not show if project is selected

What does this MR do and why?

Bugfix for forks filter showing when project is being selected in the zoekt search.

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

Before After
before after

How to set up and validate locally

  1. Enable the forks filter FF
    echo 'Feature.enable(:search_add_fork_filter_to_zoekt)' | rails c
  2. Make sure advanced search is installed and enabled
  3. Make sure you enable zoekt.
  4. Visit search page http://gdk.test:3000/search?scope=blobs&search=test&group_id=33&project_id=7
  5. You should not see forks filter

Related to #473204 (closed)

Edited by Tomas Bulva

Merge request reports

Loading