#community-help

Concatenating IDs in Typesense

TLDR Serezha inquires about potential issues from concatenating IDs. Jason clarifies Typesense allows any string format for IDs.

Powered by Struct AI
heart1
2
7mo
Solved
Join the chat
Feb 20, 2023 (7 months ago)
Serezha
Photo of md5-eb49c5c6c4760da05ee63114a05e6013
Serezha
07:22 PM
Hi guys!
To avoid repeating ids I am concatenating them together can it cause problems for example
const newUuid=${uuid1}-${uuid2}``
Jason
Photo of md5-8813087cccc512313602b6d9f9ece19f
Jason
07:26 PM
Typesense is agnostic to the format of the IDs… So you can use any string as an ID
heart1