Issuable search filter wrongly recognize tokens
Summary
Everything ending with : is recognized as search token in the issuable search bar.
Steps to reproduce
- go to issues list
- type
something: with colon
What is the current bug behavior?
something: is recognized as token
What is the expected correct behavior?
something: with colon is left as is.
Possible fixes
Only convert known tokens (for example author: or label:).