Open fogx opened 1 month ago
sum_score was added in 27, but its text_match_type is missing from BaseSearchParameter types https://typesense.org/docs/guide/ranking-and-relevance.html#text-match-score-type
sum_score
drop_tokens_mode doesn't seem to exist at all
drop_tokens_mode
it should be typed properly
its not
CC: @ftharropulos
Description
sum_score
was added in 27, but its text_match_type is missing from BaseSearchParameter types https://typesense.org/docs/guide/ranking-and-relevance.html#text-match-score-typedrop_tokens_mode
doesn't seem to exist at allExpected Behavior
it should be typed properly
Actual Behavior
its not