Skip to content

Issuable search filter wrongly recognize tokens

Summary

Everything ending with : is recognized as search token in the issuable search bar.

Steps to reproduce

What is the current bug behavior?

something: is recognized as token

something-with-colon

What is the expected correct behavior?

something: with colon is left as is.

Possible fixes

Only convert known tokens (for example author: or label:).