Just to be clear on our use-case for 4 sorting fie...
# community-help
p
Just to be clear on our use-case for 4 sorting fields: We want to sort on 1) text-match, then 2) pin products bought earlier with "sorting based on filter score", then 3) sort based on vector distance to user embedding (for personalization based on user history), and lastly 4) sort on a custom rank score for products that are too far away from the user embedding. We are fairly certain that all four fields will be used in our case, because most users won't be have strong relations to most products. We see your point regarding perfomance with 4 sorting fields.