Fanis Tharropoulos
Fanis Tharropoulos
Since this issue hasn't seen traction for a long time, I'm going to close this. Also, as a side note, TypeScript `3.4` is now 6 years old, and we officially...
The issue is in the main JS library. We're only allowing either an array of Infix operations or a single one. I'll implement a fix for this on the Typesense...
> I also wanted to ask about the typing for additionalSearchParameters in v2.9.0. Previously (in v2.8.0), TypeScript would correctly flag invalid values - for example, passing a string like "lol"...
I've made a PR for this on the [main](https://github.com/typesense/typesense-js/pull/290) repo.
Thanks for reporting this, I've addressed this in #243
Can you share the error? Should be on [v.2.9.1-2](https://github.com/typesense/typesense-instantsearch-adapter/releases/tag/v2.9.1-2)
In a high-availability (HA) cluster, write requests are indeed replicated at the Raft layer without any preprocessing or validation at the time of ingestion. We’re aware of this trade-off, but...
Currently investigating. Will report soon
The behavior you’re seeing comes from calling `raw()` without page context and from the repro using an undefined variable. In your snippet, `$search` is never defined. `raw()` belongs to the...
@bessone Sorry for the ping, but have you resolved this issue? If so, could you close this down?