Hello, I have a strange problem when creating / upserting documents. I set the 'id' field manually in the submitted data to something like 'products_1234' but Typesense ignores it and autogenerates sequential ids like 0, 1, 2, etc.
I can see both
id: 0
and
id: post-1234
in typesense-admin.
Any ideas what I might be doing wrong ?