-
## Description
I'm very new to Typescript, so maybe I'm doing something wrong here. But it seems that the type definition for `additionalSearchParameters` is missing the fields `groupBy` and `groupLi…
-
I'm not using snippets or highlighting, so I want to disable them to save bandwidth (I'm using Typesense Cloud so paying by the GB, and snippets double the payload size).
I assumed I could just dis…
-
## Description
My search is on 3 fields in my index, and the 3rd field is very long (a long document body) so I only ever want display a short part of this field in the UI. I'm using the instantsearc…
-
## Description
I have a React application displaying `products`. I'd like to filter by multiple categories like `"shoe", "hat"`.
In typesense the request would look like this.
```
'searches…
-
## Description
highlight_fields causing them to be shown as 'undefined'
## Steps to reproduce
if the field is not in queryBy: "description,concat" it's shown as undefined when there is a highlig…
-
## Description
I always get a **200 response with this content**:
```
{
results: [
{
code: 404,
error: "Not found."
}
]
}
```
I'm not sure if this error mean…
-
### Have you read the Contributing Guidelines on issues?
- [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issue…
-
hi,
typesense:0.21.0
"typesense-instantsearch-adapter": "^2.2.0"
"instantsearch.js": "^4.37.2",
linux ubuntu
i got algolia instantsearch installed ok, and work fine
when i want to use th…
-
## Description
Hi there 👋
First of all this looks like a fantastic library. Thanks for making it open source. I'm hoping to build a great demonstration of how to combine it with supabase.
How…
-
Currently Typesense seems to support only queries where you have commonly named fields in your different collections
example: field 'foo' present in collection A and B
Would be very useful if we…