-
## Description
Firstly, thanks for creating this awesome library!
I'm having trouble finding documentation on how to search through multiple collections; is this possible to do?
## Metadata
…
-
**What component (if applicable)**
- URL for category: https://tailwindui.com/components/application-ui/overlays/slide-overs
- Component name: Wide create project form example
**Describe the bug*…
-
## Description
If you add a preset parameter typesense/typesense-instantsearch-adapter#169 to the config.
The `preset` parameter (which isn't fully supported yet, just trying to be helpful), seems…
-
## Description
Hello,
I'm using instantsearch `Configure` widget to define category pages. It is used as this:
```
const filters = 'hierarchicalCategories.lvl2:"Audio > Home Audio > Speakers"';
…
-
When attempting to build with `yarn build`, I received the below errors.
It looks like it's trying to build with a version of nodejieba that doesn't exist. The latest version is 2.5.2, not 2.6.0.
…
-
## Description
Example of this demo website:
https://songs-search.typesense.org/?s%5Bquery%5D=Annie%27s%20song%20Denver
If user scroll until bottom or maybe scroll until middle, If user copy th…
-
## Description
Typesense correctly identifies matches in nested fields and adds them to the "highlight" array in results, however that same highlight is then marked as "matchLevel: none" in the `_h…
-
## Description
I am trying to migrate InstantSearch-based site from Algolia to Typesense and facing the issue. Algolia supports getting all available facets by using a wildcard: facets:['*'] (http…
-
I have this document
```
{
"boosting_score": 1,
"date_posted": "1675610976",
"id": "63dfcb60c300c",
"link_url": "0",
"location": "New York",
"post_id": "63dfcb60c300d",
"post_status"…
-
I'm working with documents that have lots of optional fields, which are often missing. This seems to cause problems on string array fields.
In this particular case, I have a field which is:
- Opti…