Files
meilisearch/crates
ManyTheFish 9fddbff916 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-01 17:55:15 +02:00
..
2025-08-19 14:50:41 +02:00
2025-06-17 22:03:06 +02:00
2025-08-19 14:50:41 +02:00
2025-07-11 10:11:58 +03:00
2025-09-18 16:57:20 +02:00