wip: search filter AST

This commit is contained in:
aecsocket
2026-07-22 14:53:46 +01:00
parent f482e11401
commit 00b9bafe9d
11 changed files with 1117 additions and 455 deletions
+1
View File
@@ -167,6 +167,7 @@ vars! {
TYPESENSE_INDEX_PREFIX: String = "labrinth";
TYPESENSE_IMPORT_BATCH_SIZE: usize = 5000usize;
TYPESENSE_DELETE_BATCH_SIZE: usize = 10_000usize;
TYPESENSE_USE_CACHE: bool = true;
// storage
STORAGE_BACKEND: crate::file_hosting::FileHostKind = crate::file_hosting::FileHostKind::Local;