ips/libips/src/repository
Till Wegmueller 8f089656ba
Add search functionality to repository and route handlers (currently disabled)
- Introduced a searchable index with structured `IndexEntry` support for packages, files, directories, and dependencies.
- Added `search` method in `DepotRepo` with wildcard and case-sensitive query handling.
- Created `/search/0` and `/search/1` routes for search API, supporting publishers and token-based queries.
- Updated `SearchIndex` handling to map tokens to detailed `IndexEntry` structures.
- Improved index building to include attributes for files, directories, and dependencies.
2026-01-18 12:29:44 +01:00
..
catalog.rs Fix FMRI and catalog processing inconsistencies 2025-12-23 13:19:51 +01:00
catalog_writer.rs Refactor whitespace handling in JSON serialization and improve ISO-8601 timestamp formatting 2025-12-23 12:33:12 +01:00
file_backend.rs Add search functionality to repository and route handlers (currently disabled) 2026-01-18 12:29:44 +01:00
mod.rs Add search functionality to repository and route handlers (currently disabled) 2026-01-18 12:29:44 +01:00
obsoleted.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
progress.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
rest_backend.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
tests.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00