Add indexer support for searching issues with any assignee

This commit is contained in:
Andreas Svanberg 2025-02-23 20:33:40 +01:00
parent 6929edabb9
commit 9a741dfdfa
No known key found for this signature in database
GPG Key ID: 729B051CFFD42F92

View File

@ -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