File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 10821082 " resources/demos/tenant_tokens" ,
10831083 " resources/demos/typo_tolerance" ,
10841084 " resources/demos/voice_search" ,
1085- " resources/demos/rubygems"
1085+ " resources/demos/rubygems" ,
1086+ " resources/demos/hydration"
10861087 ]
10871088 },
10881089 {
Original file line number Diff line number Diff line change 1+ ---
2+ title : Hydration
3+ sidebarTitle : Hydration
4+ description : Search results enriched with related data from other indexes using foreign keys
5+ ---
6+
7+ <Info >
8+ ** Live demo** : [ demo-hydration.vercel.app/] ( https://demo-hydration.vercel.app/ )
9+ </Info >
10+
11+ Demonstrates how Meilisearch's foreign keys feature automatically replaces foreign IDs in search results with full documents from a referenced index.
12+
13+ ![ Hydration demo showing search results enriched with related data] ( /assets/images/demos/hydration-demo.png )
14+
15+ ## Links
16+
17+ <CardGroup cols = { 2 } >
18+ <Card title = " Try the demo" icon = " globe" href = " https://demo-hydration.vercel.app/" >
19+ See hydration in action
20+ </Card >
21+ <Card title = " Hydration guide" icon = " circle-nodes" href = " /capabilities/indexing/how_to/document_relations" >
22+ Configure foreign keys in your index
23+ </Card >
24+ </CardGroup >
You can’t perform that action at this time.
0 commit comments