Frontend for multiple matches - part-2
requested to merge 450735-frontend-for-multiple-matches-part-2 into 450735-frontend-for-multiple-matches-part-1
What does this MR do and why?
This MR is a part of bigger issue Frontend for multiple matches in single file
.
This establishes Vue component and graphql fetch
MR | status |
---|---|
Frontend for multiple matches - part-1 | merged |
Frontend for multiple matches - part-2 |
|
Frontend for multiple matches - part-3 | merged |
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 empty page but the network panel will have a GraphQL request with correct response.
Related to #450735 (closed)
Edited by Tomas Bulva