#community-help

Updating token_separators in Typesense Cloud Issue

TLDR Loic encountered an error while trying to update token_separators in Typesense Cloud. Jason suggested creating a new schema and reindexing data.

Powered by Struct AI
Aug 30, 2022 (16 months ago)
Loic
Photo of md5-3a88a602e4aba6a18b4a6c6985fcf08c
Loic
03:16 PM
Hi,
In Typesense Cloud I am trying to update the token_separators with
"token_separators": ["-","."]

I have this error message:
Error: t: Request failed with HTTP code 400 | Server said: The fields value should be an array of objects containing the field name and other properties.
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
03:18 PM
You would have to create a new schema and reindex your data in it
Loic
Photo of md5-3a88a602e4aba6a18b4a6c6985fcf08c
Loic
03:19 PM
:man-facepalming: Ok, thanks Jason