diff --git a/config/elasticsearch/mapping/items.php b/config/elasticsearch/mapping/items.php index 57c0cb447..62a02f122 100644 --- a/config/elasticsearch/mapping/items.php +++ b/config/elasticsearch/mapping/items.php @@ -192,6 +192,12 @@ ], 'location' => [ 'type' => 'keyword', + 'fields' => [ + 'tree' => [ + 'type' => 'text', + 'analyzer' => 'tree_analyzer', + ], + ], ], 'frontend' => [ 'type' => 'keyword',