Hi all,
I built a autocomplete search base on manticore, it worked great. However I’m trying change a few factors to get the suggested results more consistent. For example with the keyword “hang bo*” and the data I have:
hang bot
hang bo
hang bong
I want to put the result “hang bo” first because it is the best match, but now the weight() of these 3 results is the same and the order given is not what I expected. I tried adjusting a few factors but the weight() didn’t change. Is there any factor or method to get the result “hang bo” first with the keyword “hang bo*” ?