Skip to content

[FIX] When there are spaces in user names, the wrong user's information can be shown. For example, if there is "John Ace" and "John Doe" then it is possible John Ace's information will show when trying to view John Doe's. This is because $unifiedsearchlib

This fix is for master, 19.x and 18.x.

[FIX] When there are spaces in user names, the wrong user's information can be shown. For example, if there is "John Ace" and "John Doe" then it is possible John Ace's information will show when trying to view John Doe's. This is because $unifiedsearchlib->buildQuery uses filterContent which is a plaintext search for either of the terms, rather than filterIdentifier which searches for an exact match.

Edited by Nelson Ko

Merge request reports