Skip to content

Commit

Permalink
Update mapping.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvitasek authored Nov 5, 2023
1 parent afaee27 commit 8d67f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/mapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Elasticsearch calls this a nested mapping, and Explorer supports this as follows
'published' => 'boolean',
'created_at' => 'date',
'author' => [
'name' => 'Jeroen',
'name' => 'text',
],
]
```
Expand Down

0 comments on commit 8d67f20

Please sign in to comment.