-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working