algoliasearch-client-javascript icon indicating copy to clipboard operation
algoliasearch-client-javascript copied to clipboard

make Settings non-readonly

Open e-krebs opened this issue 5 years ago • 0 comments

the Settings type has all its properties being readonly.

Since it is begin used in the client through the getSettings and settings methods, this readonly limitation makes its use very complicated, even for a simple workflow:

getSettings > modify 🚫 > setSettings

e-krebs avatar Jun 02 '20 12:06 e-krebs