Skip to content
  • Nelson Ko's avatar
    [bp/r69779][FIX] When there are spaces in user names, the wrong user's... · c18e5649
    Nelson Ko authored and Fabio Montefuscolo's avatar Fabio Montefuscolo committed
    [bp/r69779][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.
    
    (refs !98)
    (cherry picked from commit a2c15c96)
    c18e5649