Skip to content

Remove duplicated tokens in issuable search bar

username-removed-408881 requested to merge 27293-remove-repeated-labels into master

What does this MR do?

Removes duplicated label tokens in issue search bar. Duplicated tokens are removed before form submit when we tokenize search input value.

Are there points in the code the reviewer needs to double check?

Check if it's expected behavior. Notice this MR only removes duplicated labels for now.

Why was this MR needed?

To deliver #27293 (closed)

Screenshots (if relevant)

Before After

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #27293 (closed)

Merge request reports