feat: extensible search engine with person entities (FTS5/tsvector)

This commit is contained in:
2026-05-12 18:45:24 +02:00
parent 763d622601
commit c6770659c5
45 changed files with 2421 additions and 86 deletions

View File

@@ -7,3 +7,6 @@ pub mod openapi;
pub mod ports;
pub mod routes;
pub mod state;
#[cfg(test)]
mod tests;