-
Notifications
You must be signed in to change notification settings - Fork 129
Search by label using logical OR #660
Comments
Should probably be implemented along with #65. 👍 |
This comment has been minimized.
This comment has been minimized.
I'm not seeing this. If I filter by two labels, the search performs an |
seems to be an 'AND' for both labels in a single issue. What I want is an OR across all issues. |
Having an option between |
That would be quite helpful! It was a surprise for me when I've found out that there could be no optional logical operators for search. |
This comment has been minimized.
This comment has been minimized.
Also it would be nice to have |
For me its review :)
|
This comment has been minimized.
This comment has been minimized.
+1 |
This comment has been minimized.
This comment has been minimized.
@jotaen - I am sorry about this. I was just over excited about possibility to use logical OR in issues filtering and wanted to upvote :) 3 different teams are using shared repo for issue tracking on our end which creates a need for labeling that looks like this: Once I want to see all issues that are in QA, I have to go over each label and look at them individually. Ideally, I would like to sum them up. |
Gitlab already does this (they seem to be using ElasticSearch). What gives? https://docs.gitlab.com/ee/user/search/advanced_search_syntax.html#using-the-advanced-syntax-search |
+1 |
So I wonder how many others in this thread (myself included) didn't notice that this is not an official GitHub repo, only used for public tracking of issues otherwise sent privately. That means for this feature request to get any love from GitHub, each of us should email support@github.com to voice our support for this idea. See https://github.com/isaacs/github/blob/master/README.md for more details. |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
If I try to find my commits on repo with more than 10 stars, I get a lot of results from repos with 0 star: https://github.com/search?q=author:teknoraver+-user:teknoraver+stars:>10&type=Commits what I'm doing wrong? |
@teknoraver My guess? A typo & an unsafe encode.… Try: |
Hi. the |
This comment has been minimized.
This comment has been minimized.
There is also a StackOverflow question about this: Can I search github labels with logical operator OR? |
message from developer@githubsupport.com :
|
heh, 3 years to get put on the list to maybe be looked at sometime after the next year. |
Any update on this? 5th anniversary is just about a month away! |
Happy 5th birthday! |
… for multiple labels ORed ... yet. Has been only five years ... isaacs/github#660
still open? come on ... |
My God, 5 years passed and this issue is still OPEN! |
FYI all: here's my answer, to provide insight meanwhile, on Can I search github labels with logical operator OR? And for anyone using GitHub for no cost, remember what you paid for it. And for anyone complaining here (which does less good) but NOT also contacting GitHub via their support page (which does more good), please go do that now: https://support.github.com/contact/feedback. This Issue is a 3rd-party issue tracker on a 3rd-party repo which is NOT officially sponsored by, nor used by, nor monitored by the github development team. So, if you expect them to follow this issue here but you aren't providing them feedback above and linking your feedback to them back to here (ie: giving them this link in your feedback to them), your expectations are in vain. cc: @Rocking80, @ahsf, @mjonchhe, @Rand-Random, @dpaks, @delfu, @nestor-custodio, @a-elhag, @anyayunli, etc. |
Honestly, this is a real head-scratcher in most support forums. I'd also love this feature, but for those of you losing your cool (not many), c'mon. It's a free service, and while new features and improvements are always nice, it's also free! Being appreciative of free software is one of the pinnacles of open-source. |
@Levi-Lesches To be fair, if GitHub was open-source, this would likely have been kludged in w/in a week of request, & then (probably) properly added some point since then. |
Are you going to clone this proposal to https://github.com/github/feedback/discussions ? |
Wow, I can't believe this is still here! Let's hope this gets solved before the next half decade. 🍻 @oprogramador Unfortunately, I don't have admin rights and cannot convert this issue to a discussion. |
It seems that everybody can create a discussion there https://github.com/github/feedback/discussions/new but maybe you have to do that manually. |
@oprogramador Done! Please show your support at community/community#4507. 🚀 |
@superkhau |
@Rand-Random I'm not sure if closing this will have any major ramifications -- what does everyone here think? Thumbs up this comment if you think this should be closed in favour of the linked discussion. |
The official GitHub team and other maintainers are discussing the best way to handle migrations on another issue on this repo. I’d suggest not closing anything and letting them handle it all appropriately |
To be fair, closing an issue does nothing in terms of moving content. A bot can still read and move the comments and even a clossed issue can still be converted to a discussion (just tested to make sure). I think the issues here should be closed to indicate that future discussion should be done on the official forums and that this is here just for archival purposes. What's likely to happen in terms of migration is that issues will be transferred to github/feedback and then converted to discussions there. Again, no impact if the issue is closed. |
There may be no ‘technical limitation’, but by closing the issue it will likely fade into the noise of irrelevant/already fixed/duplicate/etc issues. It’s still an issue, thus it should stay open. At least until any official advice otherwise. |
👋🏼 hi everyone, closing this issue in favor of community/community#4507 - be sure to watch this space for updates on this enhancement soon! |
@michellemerrill Locked resolved doesn't seem quite right yet… or does your update have that quick an ETA? 🤔 |
@TPS I agree -- I was locking it temporarily as we received some spam on it (which now looks to be deleted) -- unlocking, but keeping closed as we will comment on updates in the discussions thread. Stay tuned... soon!!! |
If Google owns Github, they will definitely give this feature. |
@TPS it was a fairly quick ETA! https://github.blog/changelog/2021-08-02-search-issues-by-label-using-logical-or/ Do head to the feedback issue with any comments community/community#4507 |
@emmaviolet Just to find out, is that comma syntax usable w/ any other filters, e.g., |
@TPS sorry, I missed this! Currently this only works with issue labels. We could look into the others though :-) |
I want to filter labels using a query like
label:bug OR label:feature
. Is there a way to do this? Seems to only supportAND
ATM.The text was updated successfully, but these errors were encountered: