Hi, I don't see this in the documentation but just...
# community-help
c
Hi, I don't see this in the documentation but just to confirm, is it possible to do something like annotation in postgres or like custom scoring based on the matched fields? e.g Search Params: •
filter_by: sector_id:=[1, 2, 3]
If
Document A
has
sector 1
, then it's a match, I want to return a custom score field, like if it matched, it will return custom field named
"sector_score"=50
? ps. the closest one to this feature on the documentation is
_eval
but it seems being only used in sorting and can't set a custom score