DAXGRID/typesense-dotnet

Is it possible to insert data from a dictionary?

Closed this issue · 1 comments

It's common with many datastores - especially those that do runtime serialization - to allow insertion via key/value pairs e.g. dictionary. Keys become field names and values are the values of the field.

Is this possible with this client?

Thanks

It should be possible because everything is generic, can you please try and see if it works, if not let me know.