Skip to content

Fix Epic and Label != filtered search suggestions not showing

What does this MR do and why?

This MR fixes a bug where filtered search suggestions don't show for Label != and Epic !=, as raised in #353438 (closed), #353484 (closed), and #355273 (closed).

Screenshots or screen recordings

before after after (when there are no results)
sc-bug sc-fix sc-no-sug

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any group or project issues page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. Test the MR

MR acceptance checklist

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

Edited by Coung Ngo

Merge request reports