Add language facet - add components
What does this MR do and why?
Add filter components
set of MRs | status |
---|---|
Add language facet - feature flag | in review |
Add language facet - add state and data | in review |
Add language facet - add components |
|
Screenshots or screen recordings
How to set up and validate locally
- Checkout this branch
- Enable the language aggregation
echo 'Feature.enable(:search_blobs_language_aggregation)' | rails c
- Setup the Advanced Search
https://gitlab.com/gitlab-org/gitlab-development-kit/blob/main/doc/howto/elasticsearch.md
- Enable the Advanced Search
http://gdk:3000/admin/application_settings/advanced_search
- Visit the search page
http://gdk:3000/search
- Scope
blob
is now only visible when a group or project is selected. - Scope 'blob' contains language filter
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #342651 (closed)
Edited by Tomas Bulva