Cannot filter issue search results by label/milestone/project/assignee/type #11463

Closed
opened 2025-11-02 09:38:35 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @CaiCandong on GitHub (Aug 16, 2023).

Description

as title
relate indexer

ScreenShot

Only the label case is shown, the rest milestone/project/assignee/type cases as it too.
before

try.gitea.io

https://try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD&type=all&sort=&state=open&labels=24194&milestone=0&project=0&assignee=0&poster=0

Gitea Version

main

Can you reproduce the bug on the Gitea demo site?

Yes

Log Gist

No response

Screenshots

No response

Git Version

No response

Operating System

No response

How are you running Gitea?

development

Database

None

Originally created by @CaiCandong on GitHub (Aug 16, 2023). ### Description as title relate indexer # ScreenShot Only the label case is shown, the rest milestone/project/assignee/type cases as it too. ![before](https://github.com/go-gitea/gitea/assets/50507092/505edec6-ed22-4e35-9d3a-964933752e0f) # try.gitea.io ~~https://try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD&type=all&sort=&state=open&labels=24194&milestone=0&project=0&assignee=0&poster=0~~ - [try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD](https://try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD) - [try.gitea.io/CaiCandong/dotfiles/issues?labels=24194](https://try.gitea.io/CaiCandong/dotfiles/issues?labels=24194) - [try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD&labels=24194](https://try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD&labels=24194) ### Gitea Version main ### Can you reproduce the bug on the Gitea demo site? Yes ### Log Gist _No response_ ### Screenshots _No response_ ### Git Version _No response_ ### Operating System _No response_ ### How are you running Gitea? development ### Database None
GiteaMirror added the type/bug label 2025-11-02 09:38:35 -06:00
Author
Owner

@yp05327 commented on GitHub (Aug 16, 2023):

It seems that combined filters not work well

And this one, only two labels selected:
https://try.gitea.io/CaiCandong/dotfiles/issues?q=&type=all&sort=&state=open&labels=24194%2c24195&milestone=0&project=0&assignee=0&poster=0
It seems that the logic is and not or.

@yp05327 commented on GitHub (Aug 16, 2023): It seems that combined filters not work well And this one, only two labels selected: https://try.gitea.io/CaiCandong/dotfiles/issues?q=&type=all&sort=&state=open&labels=24194%2c24195&milestone=0&project=0&assignee=0&poster=0 It seems that the logic is `and` not `or`.
Author
Owner

@CaiCandong commented on GitHub (Aug 16, 2023):

It seems that the logic is and not or.

That's not what was discussed. Try the three links below:

@CaiCandong commented on GitHub (Aug 16, 2023): > It seems that the logic is `and` not `or`. That's not what was discussed. Try the three links below: - https://try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD - https://try.gitea.io/CaiCandong/dotfiles/issues?labels=24194 - https://try.gitea.io/CaiCandong/dotfiles/issues?q=DSCD&labels=24194
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#11463