appirio-tech/topcoder-app-r

Invalid results for search criteria

Closed this issue · 5 comments

Environment

Mozilla Firefox 45.0.1
Chrome 49.0.2623.112
Windows 7

Description

  1. Login into application https://www.topcoder-qa.com/search/members/?q=javascript.

  2. Mouse over search icon glass.

  3. Complete search field with "a|a".

  4. Press enter to perform the search.

actual: Oops! There was an error.

expected: do not display the error page because this can be a valid username.

see attach!

text

@fnisen @nlitwin I am not sure if this user exists but the participant says so - a|a

I tried searching in the old site as well but it showed up no results.

This is a duplicate of the bug that special characters in the URL do not work - I believe they are using a pipe character in their search.

This text "a|a" can be considered as special characters?

On my screen, the character between the two a's looks like a pipe character, not a lowercase L. I copied and pasted it in an encoder and it comes out as %7C, which is the vertical bar / pipe character.

ok, thank you!