You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a new Decompounded attribute ({"da":["name"]}) and removed it from Algolia dashboard. Then when I pulled online attributes using PHP connector, an empty decompoundedAttributes returned. After merging my local configs when I tried to save it, it throws the following error.
"nvalid array syntax in decompoundedAttributes attribute near line:1 column:354"
We tested with 4.x.x PHP Client and we couldn't reproduce it in there.
Steps To Reproduce
Add a new decompounded attribute in Algolia dashboard
Now delete that attribute from Algolia dashboard
Pull online attributes
Now try to save those attributes again
Actual result
Throws "nvalid array syntax in decompoundedAttributes attribute near line:1 column:354" error
Expected result
Should save config without any error.
The text was updated successfully, but these errors were encountered:
Description
I added a new Decompounded attribute ({"da":["name"]}) and removed it from Algolia dashboard. Then when I pulled online attributes using PHP connector, an empty decompoundedAttributes returned. After merging my local configs when I tried to save it, it throws the following error.
"nvalid array syntax in decompoundedAttributes attribute near line:1 column:354"
We tested with 4.x.x PHP Client and we couldn't reproduce it in there.
Steps To Reproduce
Actual result
Throws "nvalid array syntax in decompoundedAttributes attribute near line:1 column:354" error
Expected result
Should save config without any error.
The text was updated successfully, but these errors were encountered: