Falied to search for all forms of a cyrrilyc word in a issue list #167912
Replies: 3 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Linked feature request https://github.com/orgs/community/discussions/172385 |
Beta Was this translation helpful? Give feedback.
-
|
I made workaround for russian users - standalone app for searching in github issues https://www.hostedredmine.com/issues/1007113 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Topic Area
Bug
Body
Falied to search for all forms of a cyrrilyc word in a issue list. For example russian word "сравнение". If I write query "сравнен" or wildcard query "сравнен*", it finds nothing. If I write "сравнения", it only finds an exact matches of the word. If I write "сравнение", it also only finds exact matches (others).

Example URLs
сравнен - https://github.com/SeiOkami/OneS/issues?q=%D1%81%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD
сравнен* - https://github.com/SeiOkami/OneS/issues?q=%D1%81%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD*
сравнение - https://github.com/SeiOkami/OneS/issues?q=%D1%81%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD%D0%B8%D0%B5
сравнения - https://github.com/SeiOkami/OneS/issues?q=%D1%81%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD%D0%B8%D1%8F
But I need one simple query to find all forms of word at once.
Similar test for english word "action" works better - both "action" and "actions" forms of the word are found by query "action". But I found no way to find only "action" form without "actions"
https://github.com/search?q=repo%3Agitkraken%2Fvscode-gitlens+action&type=issues
Next I tried regex search https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax

and send URL https://github.com/search?q=repo%3ASeiOkami%2FOneS+%2F%D1%81%D1%80%D0%B0%D0%B2%D0%BD%D0%B5%D0%BD.*%2F&type=code and again got no results for query "repo:SeiOkami/OneS /сравнен.*/"
What I expected in order of decreasing importance:
Beta Was this translation helpful? Give feedback.
All reactions