fix: change incremental search indexing operation set (#7179)

* use ro_pool for search indexing again

* adjust incremental indexing operations
This commit is contained in:
aecsocket
2026-08-17 17:00:12 +00:00
committed by GitHub
parent 248c7bb217
commit b3b0b85691
10 changed files with 344 additions and 232 deletions
@@ -1899,7 +1899,7 @@ export namespace Labrinth {
export namespace v3 {
export interface ResultSearchProject {
version_id: string
version_id?: string
project_id: string
project_types: string[]
all_project_types: string[]