Skip to content

Commit

Permalink
Add location.tree field to items index
Browse files Browse the repository at this point in the history
  • Loading branch information
rastislav-chynoransky committed Nov 15, 2024
1 parent ea8e215 commit 10f0116
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/elasticsearch/mapping/items.php
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@
],
'location' => [
'type' => 'keyword',
'fields' => [
'tree' => [
'type' => 'text',
'analyzer' => 'tree_analyzer',
],
],
],
'frontend' => [
'type' => 'keyword',
Expand Down

0 comments on commit 10f0116

Please sign in to comment.