Vamshi Aruru
05/23/2025, 5:05 AM_vector_distance:asc
) typsense is not returning all the documents. For example, with sort by of "sortBy": "_vector_distance:asc,genericFlField1:desc",
, I get found as 200 (which is the k
I set). With sort by of "_vector_distance:asc,genericFlField1:desc,genericFlField2:desc"
, I get found as 1. I am using typesense v28. It this a known issue?
Thanks in advance!