Skip to content

Add search exception

Dmitry Gruzd requested to merge zoekt-add-search-exception into master

What does this MR do and why?

This change is only visible when feature flag is enabled. See this section

This MR adds a new error search page. We need it because syntax of Zoekt (behind a feature flag) is different from our current Advanced Search syntax. For example, Zoekt doesn't support * since it is not a proper regular expression and returns an error.

Screenshots or screen recordings

SCR-20230120-jqj

How to set up and validate locally

  1. Check out this branch
  2. Follow the instructions in !105049 (merged) to set up Zoekt
  3. Search for * in the scope of Zoekt-enabled project

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #389743 (closed)

Edited by Dmitry Gruzd

Merge request reports