🐛 Selecting a saved search with spaces in the name triggers an error on landing page. #63708
Replies: 8 comments 1 reply
-
I edited the search to not have spaces in the name with the same end result when selecting the saved search in the UI. |
Beta Was this translation helpful? Give feedback.
-
Seems like instead of adding the saved query to the search bar it just adds saved:{someName} to the search bar. Anyone else experiencing this? |
Beta Was this translation helpful? Give feedback.
-
facing the same issue. Is this being picked up for resolution any time soon? |
Beta Was this translation helpful? Give feedback.
-
I also experience this issue. The saved search does not seem to get converted to the actual search query and instead it just searches for the exact name of the saved query like |
Beta Was this translation helpful? Give feedback.
-
Github support confirmed me this issue and told me that they are already investigating this internally. |
Beta Was this translation helpful? Give feedback.
-
💬 Your Product Feedback Has Been Submitted 🎉 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.
-
This issue is still there!
Saved queries with spaces in their names will actually work, but they then need to be put in quotes, so I'd recommend against it anyway. However, the issue with saved queries not working is totally unrelated to how their names are formatted - see my follow-up comment below! |
Beta Was this translation helpful? Give feedback.
-
Hey, I think I found what's happening! My saved query had a search-string consisting of only two qualifiers:
I tried pasting this search-string explicitly, and got this tip-message:
The "global" search defaults to However, when the same search string was embedded in a
If I then switched All this aside, I find the
Ideally, I'd have expected a Code search query like the following to work, and yield results of each matching file-pattern
(Question: How else can I limit a code search to just my team's repos within a larger organization?) |
Beta Was this translation helpful? Give feedback.
-
Select Topic Area
Bug
Body
I recently discovered the saved search feature. 🎉 I saved a search with the name "Vuejs Good First Issues." When I open the search field, it shows my saved search as a suggestion (
saved:"Vuejs Good First Issues"
). However, when I click on it, I get an error on the landing page.It also shows this message twice in the UI. Is this because there are spaces in the name, or whether the name was supposed to be expanded into the search string? The docs suggest that that is the case.
https://docs.github.com/en/search-github/github-code-search/using-github-code-search#creating-and-managing-saved-searches
Beta Was this translation helpful? Give feedback.
All reactions