fixing problems

This commit is contained in:
Priec
2026-09-12 22:10:22 +02:00
parent 156d1c4464
commit 905c5a622b
6 changed files with 228 additions and 38 deletions

View File

@@ -3,6 +3,7 @@
#[cfg_attr(not(feature = "tantivy"), path = "search_light.rs")]
pub mod search;
pub mod alias;
pub mod catalog_storage;
pub mod decimal;
pub mod grpc_error;
pub mod money;