typesense-js
typesense-js copied to clipboard
JavaScript / TypeScript client for Typesense
## Change Summary Adding missing `geo_distance_meters` type in `SearchResponseHit` interface. ## PR Checklist - [x] I have read and signed the [Contributor License Agreement](https://forms.gle/PZyiY5N2GDQU8GsV9). ### Questions. Is `location` truly optional...
Related to: https://github.com/typesense/typesense/issues/677#issuecomment-1200104946
## Description I'd like to be able to abort requests using the `AbortController` API... https://developer.mozilla.org/en-US/docs/Web/API/AbortController ## Steps to reproduce This is a feature request not a bug. ## Expected Behavior...
## Description I set up my own self hosted typesense instance on a vps. Now when I use typesense-js with node version 16 or less I will always get a...
## Description I think the `collection` definition is probably missing here https://github.com/typesense/typesense-js/blob/master/src/Typesense/Keys.ts#L12 ## Steps to reproduce ## Expected Behavior Can use `collection` to generate a scoped search key ## Actual...
## Change Summary - Exposing useful types in Typesense.ts - Adding ts-eslint - Adding es-link option to use import type (prevents types to end up in bundle) These are my...
## Description I am working on a Sveltekit product. On production only, the API call attaches a string `undefined` as part of the query.  this is the code: ```ts...
## Description We have a Typescript project, built using Webpack + `ts-loader`. In the client SPA, I've imported Typesense the traditional way `import * as Typesense from 'typesense'` which seems...
It would be awesome if there was a [Deno](https://deno.land/) compatible typesense module. You can *almost* directly `import * as Typsense from src/Typesense.ts` but there are some issue: * Deno requires...
Hello, how do I get typescript support when importing this library? It isn't critical but would be nice.