| Issue 1255: | Search: "status:merged OR status:abandoned" can't work. | |
| 7 people starred this issue and may be notified of changes. | Back to list |
Affected Version: What steps will reproduce the problem? 1. Open gerrit home page. 2. Input "status:merged OR status:abandoned" in the search edit box. 3. Click search button. What is the expected output? What do you see instead? I can see all merged and abandoned items list. Nothing.
Feb 7, 2012
#1
duxh.sha...@gmail.com
Feb 7, 2012
status:merged NOT status:abandoned can work.
Jun 8, 2015
May be related to issue 1427. I'm finding a similar problem. Queries like "is:starred -is:open" work fine. but "is:starred -is:abandoned" throws an Internal server error. https://gerrit.wikimedia.org/r/#/q/is:starred+-is:open,n,z https://gerrit.wikimedia.org/r/#/q/is:starred+-is:abandoned,n,z Gerrit Version: 2.8.1-4-ga1048ce I also tried the following, but all yield the same 500 Internal server error: * "is:starred -is:abandoned" * "is:starred -status:abandoned" * "is:starred NOT is:abandoned" * "is:starred NOT status:abandoned"
Jun 8, 2015
> I also tried the following, but all yield the same 500 Internal server error: > * "is:starred -is:abandoned" > * "is:starred -status:abandoned" > * "is:starred NOT is:abandoned" > * "is:starred NOT status:abandoned" All of these work on gerrit-review [1]. Looks like a fix must have been somewhen. [1] https://gerrit-review.googlesource.com/ |
|
| ► Sign in to add a comment |