forgejo/modules/indexer/issues
Lunny Xiao 196c8772a8
Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} ()
(cherry picked from commit f8ab9dafb7a173a35e9308f8f784735b0f822439)

Conflicts:
	routers/web/repo/fork.go
	trivial context conflict, the file does not exist in Forgejo
2024-03-26 19:04:27 +01:00
..
bleve Refactor to use optional.Option for issue index search option () 2024-03-20 08:46:28 +01:00
db Refactor to use optional.Option for issue index search option () 2024-03-20 08:46:28 +01:00
elasticsearch Refactor to use optional.Option for issue index search option () 2024-03-20 08:46:28 +01:00
internal Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00
meilisearch Meilisearch double quote on "match" query () 2024-03-20 08:46:30 +01:00
dboptions.go Refactor to use optional.Option for issue index search option () 2024-03-20 08:46:28 +01:00
indexer.go migrate some more "OptionalBool" to "Option[bool]" () 2024-03-06 12:10:44 +08:00
indexer_test.go Refactor to use optional.Option for issue index search option () 2024-03-20 08:46:28 +01:00
util.go Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} () 2024-03-26 19:04:27 +01:00