I found that `_text_match(buckets: N):desc` will f...
# community-help
d
I found that
_text_match(buckets: N):desc
will force all items in each bucket to tie by
_text_match
parameter. I kinda get why so, but maybe you can help me with my intended usage. I wanted to make something like
_text_match(buckets: N):desc
to split into buckets, then sort by personalization with
_eval(personalization: […])
in each bucket and then sort again by
_text_match:desc
. Right now it’s impossible, because additional
_text_match
sorting not applied, and I got “insert order” sorting in case of tie on
_eval(personalization)