mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-20 12:25:10 +02:00
Add indexer support for searching issues with any assignee
This commit is contained in:
parent
6929edabb9
commit
9a741dfdfa
@ -98,7 +98,8 @@ type SearchOptions struct {
|
||||
|
||||
PosterID optional.Option[int64] // poster of the issues
|
||||
|
||||
AssigneeID optional.Option[int64] // assignee of the issues, zero means no assignee
|
||||
AssigneeID optional.Option[int64] // assignee of the issues, zero means no assignee
|
||||
AnyAssigneeOnly bool // if the issues have any assignee (non-zero), if true, AssigneeID will be ignored
|
||||
|
||||
MentionID optional.Option[int64] // mentioned user of the issues
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user