Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Changes in sub item not considered #36

Open
nhoizey opened this issue Oct 24, 2020 · 2 comments
Open

[BUG] Changes in sub item not considered #36

nhoizey opened this issue Oct 24, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@nhoizey
Copy link

nhoizey commented Oct 24, 2020

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

@nhoizey nhoizey added the bug Something isn't working label Oct 24, 2020
@nhoizey
Copy link
Author

nhoizey commented Oct 24, 2020

I this helps, my data is here:
https://nicolas-hoizey.com/tools/algolia.json

@bojanvidanovic
Copy link

Confirming this, just stumbled on this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants