Skip to content

Add link to no-results-page

Tomas Bulva requested to merge tbulva-zoekt-ui-missing-link into master

What does this MR do and why?

Added link to project and group

No-results-found screen for zoekt multimatch was a missing link to a project and group this MR adds that link

References

Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.

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
Screenshot_2024-12-20_at_14.51.14 Screenshot_2024-12-20_at_14.49.44

How to set up and validate locally

  1. Enable the forks filter FF
    echo 'Feature.enable(:search_add_fork_filter_to_zoekt)' | rails c
  2. Make sure advanced search is installed and enabled
  3. Make sure you enable zoekt.
  4. Visit empty multi-match result page http://gdk.test:3000/search?search=testsfasfsdfsd&group_id=33&project_id=7&scope=projects
  5. Check the project and or group has link.

Merge request reports

Loading