Object and ObjectArray fieldtype
Closed this issue · 2 comments
Boonthrall commented
Hey, i'm opening this issue to ask about the functionality of the object and objectarray field types.
Typesense themselves don't support object field types, how is this translated in this library?
runeanielsen commented
Hi @Boonthrall,
This was added in this PR #133. This showcases why it was added and how to use it.
// Rune
Boonthrall commented
Ah, thank you!