typesense / typesense-js

JavaScript / TypeScript client for Typesense
https://typesense.org/docs/api
Apache License 2.0
393 stars 74 forks source link

Schema metadata is missing on create/update collection #197

Closed onhate closed 4 months ago

onhate commented 4 months ago

Description

Schema metadata is missing on create/update collection

https://typesense.org/docs/26.0/api/collections.html#adding-metadata-to-schema

Metadata

Typesense SDK: 1.8.2

onhate commented 4 months ago

Looks like it's just a type issue on the CollectionSchema and respective update create types, right?

jasonbosco commented 4 months ago

Yeah, it's a typing issue.

I've added these in 1.8.3-0. Could you check now?

onhate commented 4 months ago

it works now @jasonbosco thank you!