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 |
---|---|
How to set up and validate locally
- Enable the forks filter FF
echo 'Feature.enable(:search_add_fork_filter_to_zoekt)' | rails c
- Make sure advanced search is installed and enabled
- Make sure you enable zoekt.
- Visit search page
http://gdk.test:3000/search?scope=blobs&search=test&group_id=33&project_id=7
- You should not see forks filter
Related to #473204 (closed)
Edited by Tomas Bulva