Skip to content

Fixes duplicate users in search suggestions

Miguel Rincon requested to merge 378633-fix-user-token-username-filtering into master

What does this MR do and why?

Fixes duplicate users in search suggestions

In some cases, the filtered search may display duplicated users as the list of suggestions is not correctly deduplicated.

This fix passes a "value identifier" to use when comparing users to eliminate possible duplicates.

Changelog: fixed

This fixes an issue discovered at !136330 (comment 1787527987), and I tested the integratation of the fix at !145822 (closed).

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

See !145822 (closed)

Related to #378633 (closed)

Edited by Miguel Rincon

Merge request reports