Skip to content

Commit

Permalink
[DOCS-7722] Typo in mediation-filter.yml example (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prosune authored Jun 19, 2024
1 parent 8b3629a commit d36357f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions search-enterprise/3.0/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,17 @@ mediation:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
contentNodeTypes:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
fields:
- field1
- field2
- ...
. fieldN
- fieldN
```

Where:
Expand Down
6 changes: 3 additions & 3 deletions search-enterprise/3.1/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,12 @@ mediation:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
contentNodeTypes:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
nodeAspects:
- nodeAspect1
- nodeAspect2
Expand All @@ -196,7 +196,7 @@ mediation:
- field1
- field2
- ...
. fieldN
- fieldN
```

Where:
Expand Down
6 changes: 3 additions & 3 deletions search-enterprise/3.2/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,12 @@ mediation:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
contentNodeTypes:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
nodeAspects:
- nodeAspect1
- nodeAspect2
Expand All @@ -202,7 +202,7 @@ mediation:
- field1
- field2
- ...
. fieldN
- fieldN
```

Where:
Expand Down
6 changes: 3 additions & 3 deletions search-enterprise/3.3/config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@ mediation:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
contentNodeTypes:
- nodeType1
- nodeType2
- ...
. nodeTypeN
- nodeTypeN
nodeAspects:
- nodeAspect1
- nodeAspect2
Expand All @@ -203,7 +203,7 @@ mediation:
- field1
- field2
- ...
. fieldN
- fieldN
```

Where:
Expand Down

0 comments on commit d36357f

Please sign in to comment.