Improve DX during the setting update #559
qdequele
started this conversation in
Feedback & Feature Proposal
Replies: 1 comment
-
Unfortunately, I don’t think there is a good way to do this because if we split your settings and apply one part before the other and the other fail. Then we end up in an inconsistent state, and I don’t even know what to return to the user on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a demo, I have to do on the Hacker News data I had an unexpected experience. After indexing all the 32M documents, I understood that I had to add one
filterableAttributes
and twodisplayedAttributes
. Unfortunately to see the change on thedisplayedAttributes
I had to way a few hours before the changes onfilterableAttributes
finish.Do you thing it would be possible to do the settings change in multiple times, starting by what doesn't need a reindexation?
Beta Was this translation helpful? Give feedback.
All reactions