Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test name token matching is case-sensitive despite query box lowercasing #2898

Open
gsnedders opened this issue Jul 1, 2022 · 1 comment

Comments

@gsnedders
Copy link
Member

https://wpt.fyi/results/encoding?q=encodeinto%20or%20nonsensenonmatching&run_id=5691771970387968&run_id=5724703296585728&run_id=5119090560598016&run_id=5660552926855168

I would expect this search query, encodeinto or nonsensenonmatching, to return the union of those matched by encodeinto and nonsensenonmatching.

Except, instead, it returns nothing, while encodeinto matches tests.

@gsnedders gsnedders changed the title or not giving expected results Test name token matching is case-sensitive despite query box lowercasing Jul 1, 2022
@gsnedders
Copy link
Member Author

gsnedders commented Jul 1, 2022

Ah, it seems like the token matching is case-sensitive, but we lowercase all input into the search form.

Wait, no, token matching is case-sensitive… if there's an or.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants