ips/libips/src
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
..
actions Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
depend Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
digest Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
image Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
payload Refactor codebase to improve formatting, logging clarity, and error handling 2025-07-27 15:22:49 +02:00
repository Add search functionality to repository and route handlers (currently disabled) 2026-01-18 12:29:44 +01:00
solver Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
api.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
fmri.rs Fix FMRI and catalog processing inconsistencies 2025-12-23 13:19:51 +01:00
lib.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
publisher.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
publisher_tests.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
test_json_manifest.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00
transformer.rs Refactor to align with Rust formatting guidelines and enhance code readability. 2025-12-22 20:10:17 +01:00