DAXGRID/typesense-dotnet

Object and ObjectArray fieldtype

Closed this issue · 2 comments

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?

Hi @Boonthrall,

This was added in this PR #133. This showcases why it was added and how to use it.

// Rune

Ah, thank you!