yco
yco
The libpostal repo has an additional instruction for mac: > If you're using an M1 Mac, add --disable-sse2 to the ./configure command. This will result in poorer performance but the...
Hi, first pull request on an ESP repo, please tell me how to improve it if necessary :) Cheers
Seeing a similar issue in v27.0 when filtering on a numerical field with 1 595 271 records. Here's a slow request log from typesense ``` event=slow_request, time=36340 ms, client_ip=10.132.0.54, endpoint=POST...
Actually using range filters `likes: [10..100]` might solve your problem, it did for my case
@thegreatokboy10 what did you PoC lead to ? > for this i still like the idea of modeling it as a surface type, like surface=snow might be good enough to...
Also a need for us in customer search (names that can be copy pasted) or e-commerce search (where plurals on multiple words often give deceptive results, e.g. different results for...
Reading v28 changelog, it seems that stemming on custom dictionnaries could solve some of the usecases here (not names, but at least plurals) https://github.com/typesense/typesense/pull/2062 ?
What's the status on this ? Is there a known workaround ?