Skip to content

Commit

Permalink
mappings: use "path_unmatch" for nested paths
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Aug 2, 2024
1 parent a347562 commit e7e04a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"i18n_title": {
"path_match": "*.title.*",
"unmatch": "metadata.title",
"path_unmatch": "metadata.title",
"match_mapping_type": "object",
"mapping": {
"type": "text",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"i18n_title": {
"path_match": "*.title.*",
"unmatch": "metadata.title",
"path_unmatch": "metadata.title",
"match_mapping_type": "object",
"mapping": {
"type": "text",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"i18n_title": {
"path_match": "*.title.*",
"unmatch": "metadata.title",
"path_unmatch": "metadata.title",
"match_mapping_type": "object",
"mapping": {
"type": "text",
Expand Down

0 comments on commit e7e04a4

Please sign in to comment.