Hey there peoples! I seem to be having a few issu...
# community-help
j
Hey there peoples! I seem to be having a few issues with my self hosted typesense server. No matter what I do, the server only ever returns 10 results. The only thing that made it return more than 10 results was enabling exhaustive search. Though this does not fit my use case. If anyone can help thatd be awesome. Im not sure what information yall need.
j
Could you share a curl request of the search query?
j
Sure, I can give anything you need
Just making sure theres no sensitive data in the response
New_Request-1727739086789.json
Doing a get request using insomnia, attached response
j
It sounds like SS7 is a common prefix that exist in a good number of records? If so, here's why that happens and how to address it: https://typesense.org/docs/guide/faqs.html#when-i-search-for-a-short-string-i-don-t-get-all-results-how-do-i-address-this
(You want to essentially increase
max_candidates
. The link explains why)
j
wow it was that simple....... Thank you heaps
👍 1