bevacqua/horsey

arrange results in pertinence order

Lyzzi opened this issue · 0 comments

Lyzzi commented

I would like arrange my results in pertinence order with horsey.
Ex : input is "p", results are : "pomme" then "poire" then "épinard"

I tried to do it with "filter", but it seems return only boolean value so it classifies results only with the presence of the input.
Ex : input is "p", results are : "pomme" then "épinard" then "poire"

How do I use "horsey" in order to don't have boolean value and classify my results as I want ?

Thank you for your help !