typesense / typesense-js

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

Typescript errors #137

Closed sbleh closed 2 years ago

sbleh commented 2 years ago

Encountered the following model error in the SearchResponseHit['highlights'][0]:

jasonbosco commented 2 years ago

@sbleh Thank you for catching this. I've pushed out a fix for this in 1.4.3-0. Could you give it a shot now?

sbleh commented 2 years ago

@jasonbosco looks good to me, thanks for the fast fix. And of course, matched_tokens can be string[] and string[][].

jasonbosco commented 2 years ago

Thank you for confirming!