Description
I have a structure with sub items, like this:
[
{
"objectID": "1",
"title": "An example record",
"illustration": {
"src": "https://example.com/image1.png",
"alt": "my beautiful image"
}
}
]
If I change only the illustration's src or alt, atomic-algolia considers there is no change.
Steps to reproduce
Scenario: I have a structure with sub items
Given I have a structure with sub items,
When I update deep content but not first level content,
Then atomic-algolia considers there's no change,
System information
atomic-algolia version: 0.3.19
node version: 13.14.0
npm version: 6.14.8
system OS: macOS
system OS version: 10.15.6
Notes
N/A
Description
I have a structure with sub items, like this:
[ { "objectID": "1", "title": "An example record", "illustration": { "src": "https://example.com/image1.png", "alt": "my beautiful image" } } ]If I change only the illustration's
srcoralt,atomic-algoliaconsiders there is no change.Steps to reproduce
System information
atomic-algolia version: 0.3.19
node version: 13.14.0
npm version: 6.14.8
system OS: macOS
system OS version: 10.15.6
Notes
N/A