Skip to content

Enable GlFilteredSearch terms-as-tokens prop in IssuableListRoot

Coung Ngo requested to merge 408691-enable-terms-as-tokens into master

What does this MR do and why?

This MR enables the GlFilteredSearch terms-as-tokens prop in IssuableListRoot, as part of &10305. This means pressing Space no longer completes a token, so a search token can include spaces now.

It updates the following lists to use terms-as-tokens:

  • Group/project issues list
  • Dashboard issues list
  • Epics list
  • Test cases list

Screenshots or screen recordings

Screen_Recording_2023-04-26_at_1.16.57_pm

Screenshot_2023-04-26_at_1.02.35_pm

How to set up and validate locally

Check the following lists:

  • Group/project issues list
  • Dashboard issues list
  • Epics list
  • Test cases list

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 #408691 (closed)

Edited by Coung Ngo

Merge request reports