Files
meilisearch/crates
ManyTheFish 52053933a3 WIP: Add metadata field with queryUid, indexUid, primaryKey, and remote
- Add SearchMetadata struct with queryUid, indexUid, primaryKey, and remote fields
- Update SearchResult to include metadata field
- Update FederatedSearchResult to include metadata array
- Refactor federated search metadata building to maintain query order
- Support primary key extraction from both local and remote results
- Add remote field to identify remote instance for federated queries
- Ensure metadata array matches query order in federated search

Features:
- queryUid: UUID v7 for each query
- indexUid: Index identifier
- primaryKey: Primary key field name (null if not available)
- remote: Remote instance name (null for local queries)

This provides complete traceability for search operations across local and remote instances.
2025-10-06 10:45:09 +02:00
..
2025-08-19 14:50:41 +02:00
2025-06-17 22:03:06 +02:00
fmt
2025-09-23 13:55:36 +02:00
2025-08-19 14:50:41 +02:00
2025-09-25 13:44:44 +02:00
fmt
2025-09-23 13:55:36 +02:00