Kiran Gopalakrishnan
11/29/2024, 3:01 AMdescription
field in the records, is there a way i can achieve this ?
This is what my search criteria looks like, but the sort_by: _text_match:desc
doesn't work since i am using a wildcard and getting all documents.
q: '*',
query_by: 'answerContent',
filter_by: filterConditions.join(' && '),
sort_by: `_text_match:desc`,
Fanis Tharropoulos
11/29/2024, 6:42 AM_eval
expressions. We go deeper into them on our ranking guide