mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-21 12:55:23 +02:00
Add indexer support for searching issues with any assignee
This commit is contained in:
parent
6929edabb9
commit
9a741dfdfa
@ -99,6 +99,7 @@ type SearchOptions struct {
|
|||||||
PosterID optional.Option[int64] // poster of the issues
|
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
|
MentionID optional.Option[int64] // mentioned user of the issues
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user