Currently designing a schema with a field that is ...
# community-help
m
Currently designing a schema with a field that is a UUID that references another collection's ID. Since it's a string, would it be indexed like any other string? We're only interested for exact matches for this field (used as a filter), is there a way to enforce that?
(Basically index the field exactly like the
id
field.)
h
Hi @Marte Soliza Currently it will be indexed like a normal string. Can you open a Github issue for your use case?