Michael Kruse via llvm-dev
2021-Nov-23 17:00 UTC
[llvm-dev] IMPORTANT: LLVM Bugzilla migration
Am Di., 23. Nov. 2021 um 10:23 Uhr schrieb Aaron Ballman via llvm-dev <llvm-dev at lists.llvm.org>:> 1) GitHub's search is pretty abysmal, but I was not expecting it to be > this level of problematic. Doing a search for something like > "attribute" to see what kind of attribute-related bugs are open is > trivial in Bugzilla and utterly useless in GitHub. I'm guessing this > wasn't expected, but I'm wondering if there's anything to be done > about it? > > Bugzilla search: > https://bugs.llvm.org/buglist.cgi?quicksearch=attribute&list_id=227180 > GitHub search: https://github.com/llvm/test8/issues?q=is%3Aissue+is%3Aopen+attribute > > (Note, I get the same useless results in other cases, like > https://github.com/llvm/test8/issues?q=is%3Aissue+is%3Aopen+consteval > or https://github.com/llvm/test8/issues?q=is%3Aissue+is%3Aopen+concepts)I noticed this too, but it seems that the search is "just" broken: I could not find a query (other than author:@me, is:open and/or is:issue) returning any result, even searching for "a" or "the" Michael
Michael Kruse via llvm-dev
2021-Nov-23 17:03 UTC
[llvm-dev] IMPORTANT: LLVM Bugzilla migration
Am Di., 23. Nov. 2021 um 11:00 Uhr schrieb Michael Kruse <llvmdev at meinersbur.de>:> Am Di., 23. Nov. 2021 um 10:23 Uhr schrieb Aaron Ballman via llvm-dev > <llvm-dev at lists.llvm.org>: > > 1) GitHub's search is pretty abysmal, but I was not expecting it to be > > this level of problematic. Doing a search for something like > > "attribute" to see what kind of attribute-related bugs are open is > > trivial in Bugzilla and utterly useless in GitHub. I'm guessing this > > wasn't expected, but I'm wondering if there's anything to be done > > about it? > > > > Bugzilla search: > > https://bugs.llvm.org/buglist.cgi?quicksearch=attribute&list_id=227180 > > GitHub search: https://github.com/llvm/test8/issues?q=is%3Aissue+is%3Aopen+attribute > > > > (Note, I get the same useless results in other cases, like > > https://github.com/llvm/test8/issues?q=is%3Aissue+is%3Aopen+consteval > > or https://github.com/llvm/test8/issues?q=is%3Aissue+is%3Aopen+concepts) > > I noticed this too, but it seems that the search is "just" broken: I > could not find a query (other than author:@me, is:open and/or > is:issue) returning any result, even searching for "a" or "the"Seems to be an indexing issue on GitHub's side. A added a comment to https://github.com/llvm/test8/issues/32534, now it shows up in my queries, but nothing else. Michael