I'm trying to accomplish a few related things. Primarily find results that match <title phrase> and then prioritize the sort if they also include <actor name>.
Eventually i stumbled upon the filters and multi params and got something sort of working:
Code: Select all
<[element:$param:,",",1] a:=1>|<[element:$param:,",",2] a:=2> sort:column-aIt would be great to have some clear documentation on the whole element and param stuff as it wasn't very intuitive and I still don't 100% understand it.
Somewhat related I considered just simple searches like: one|two wouldn't it make sense to sort results by most matches? For example prioritize results that match both terms first? That would mostly accomplish my original goal (except also returning a bunch of extras just for two).
Also on a further tangent have you considered adding a vector embeddings based semantic type search ranking feature to everything?