Added ability for zoekt ui to search globally
What does this MR do and why?
Added ability for zoekt ui to search globally
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Make sure advanced search is installed and enabled
- Make sure you enable zoekt.
- enable feature flag
echo 'Feature.enable(:zoekt_cross_namespace_search)' | rails c
- Visit search page
http://gdk.test:3000/search?scope=blobs&search=test - Search code globally (no group or project filter is applied)
- With the FF enabled you should be able to search multi-result.
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Edited by Tomas Bulva

