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!Fanis Tharropoulos
05/23/2025, 8:16 AMVamshi Aruru
05/23/2025, 10:18 AMFanis Tharropoulos
05/24/2025, 6:07 AMVamshi Aruru
05/24/2025, 6:09 AMFanis Tharropoulos
05/24/2025, 6:10 AMVamshi Aruru
05/24/2025, 6:15 AMf1kdzbg6o7i5n2sxp
and I put both the curls in this gist: https://gist.github.com/vamshiaruru32/3287dee668d083fa6b187b40b8cf7b0f as they are too large to be sent on slack message.
Please let me know if this is enough. Thank you.Fanis Tharropoulos
05/26/2025, 7:55 AMVamshi Aruru
05/26/2025, 7:59 AMFanis Tharropoulos
05/26/2025, 12:46 PM"sort_by": "_vector_distance:asc,genericFlField2(missing_values:last):asc",
Will return all 200 resultsVamshi Aruru
05/26/2025, 12:48 PM_vector_distance:asc,genericFlField1:desc,genericFlField2(missing_values:last):asc
it is still returning only 1 result. The issue happens when there are three sorting fields. When there are two sorting fields, it works without the missing_values as wellKishore Nallan
05/30/2025, 10:23 AM29.0.rc27
.Vamshi Aruru
05/30/2025, 10:36 AMVamshi Aruru
05/30/2025, 10:36 AM