-
## Description
I try to do infix search for a field. But I realized the results return were prefix search at first, then no result for infix search afterwards. (With the condition that both field…
-
## Description
Using the API I created some documents with ids without trimming space chars they contained, as I did not even know some ids were like that, and as such they got accepted in the Type…
-
## Description
It would be extremely handy to be able to sort results on `string` fields as well. Currently, `sort_by` only accepts numeric (`int32`, `int64`, `float`) fields. For the `default_sort…
-
https://user-images.githubusercontent.com/3077812/167888542-4d17f477-961d-4870-a37d-a11c6c4eae04.mov
When i try to type fast, it would automatically snapback and cancel my typing and replace the …
-
## Description
I want to generate customize query as shown below:
{
"searches": [
{
"query_by": "serverAddress",
"sort_by": "",
"highlight_full…
-
## Description
I'm trying to specify certain (hidden) filters which always should be applied, no matter how the user adjusts other filters. In my case this is related to language and country settin…
-
## Description
When setting up a facetFilter in the said filter is not applied to . Meaning the facets counts respect the filter. However the results from are not applying the filter in any way…
-
So far I have enjoyed using Typesense to create my search UI. One thing I don't know how to do is to make a autocomplete search bar using react-instantsearch and Typesense.
I want to achieve someth…
-
## Description
i have two collections.
- tag collection, has tag.name field.
- feed collection no tag.name field in it.
when i set query_by to 'tag.name'. the typesense tell me
```json
{
…
-
I might have missed it or I'm just looking at the wrong place but how do you use collection alias instead of the actual collection name when using the Typesense-instantsearch adapter?
Any advice w…