Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit 6038563

Browse files
authored
Merge pull request #335 from hotwax/vue-storefront-api#334
Done: Remove index value not_analyzed for some fields as it is deprecated #334
2 parents 272ef36 + cea9c5e commit 6038563

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121
- Sharp dependency has been updated. *It might require reinstalling yarn dependencies* - @lukeromanowicz
22+
- Replaced index property value `not_analyzed` with `true` for `options` field in attribute schema - @adityasharma7 (#334)
2223

2324
### Fixed
2425
- Missing `res` and `req` parameters are now passed to ProductProcessor - @jahvi (#218)

config/elastic.schema.attribute.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"properties": {
1111
"value": {
1212
"type": "text",
13-
"index": "not_analyzed"
13+
"index": true
1414
}
1515
}
1616
}
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)