ips/pkg6depotd/src/http/handlers
Till Wegmueller e83f2b7284
feat: Add full-text search via FTS5 and enable search endpoints
Add FTS5 search functions to sqlite_catalog (sanitize_fts_query,
search_fts, resolve_latest_fmris), enable search in versions response,
add integration tests, and remove legacy search code from file_backend.
2026-03-14 22:01:48 +01:00
..
catalog.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
file.rs Add support for file URL without algorithm and refactor JSON serialization for Python-style compatibility 2025-12-22 22:42:56 +01:00
info.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
manifest.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
mod.rs Refactor: Replace redb with rusqlite for catalog handling 2026-02-04 22:39:42 +01:00
publisher.rs chore(format): format code 2026-01-25 23:17:49 +01:00
search.rs chore: cargo fmt 2026-01-18 12:51:55 +01:00
shard.rs Refactor: Remove unused imports and clean up redundant code 2026-02-04 22:47:44 +01:00
versions.rs feat: Add full-text search via FTS5 and enable search endpoints 2026-03-14 22:01:48 +01:00