gitea/modules/indexer/issues
Andreas Svanberg 0da7318cf3
Allow filtering issues by any assignee (#33343)
This is the opposite of the "No assignee" filter, it will match all
issues that have at least one assignee.

Before
![Before
change](https://github.com/user-attachments/assets/4aea194b-9add-4a84-8d6b-61bfd8d9e58e)

After
![After change with any
filter](https://github.com/user-attachments/assets/99f1205d-ba9f-4a0a-a60b-cc1a0c0823fe)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-21 04:25:36 +00:00
..
bleve Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
db Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
elasticsearch Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
internal Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
meilisearch Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
dboptions.go Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
indexer_test.go Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
indexer.go Make SearchMode have default value and add comments (#33863) 2025-03-14 18:06:31 +00:00
util.go Fix unnecessary comment when moving issue on the same project column (#33496) 2025-02-05 11:51:10 +08:00