Frontend for multiple matches - part-3
What does this MR do and why?
This MR is a part of bigger issue Frontend for multiple matches in single file
.
This extends Vue component adds subcomponents for the results rendering.
MR | status |
---|---|
Frontend for multiple matches - part-1 | merged |
Frontend for multiple matches - part-2 | merged |
Frontend for multiple matches - part-3 |
|
Frontend for multiple matches - part-4 | in review |
Frontend for multiple matches - part-5 | ready to merge |
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
Numbered steps to set up and validate the change are strongly suggested.
- Enable the forks filter FF
echo 'Feature.enable(:zoekt_multimatch_frontend)' | rails c
- Make sure advanced search is installed and enabled
- Make sure you enable zoekt.
- Visit search page
http://gdk.test:3000/search
- Search code using namespace where zoekt is enabled
- At this point you should see all results with multimatch
Related to #450735 (closed)
Edited by Tomas Bulva