Skip to content

[BUG] Changes in sub item not considered #36

@nhoizey

Description

@nhoizey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions