Documentation say that The text similarity score ...
# community-help
n
Documentation say that > The text similarity score is exposed as a special
_text_match
field that you can use in the list of sorting fields. And in the JSON from Typesense I see:
Copy code
...
      "text_match": 578730123365712000,
      ...
Is it the same thing, just without underscore ?
j
_text_match
is the name you'd want to use in the sort_by parameter if you need to access the
text_match
score to change the sort order
1
n
thanks Jason!
👍 1