Alex Cornellier
03/20/2021, 5:29 PM1. text_match: 130816, viewCount: 180500, name: 'Luxthos - Shaman'
2. text_match: 196450, viewCount: 169474, name: "Luxthos - Paladin Core"
...
???. text_match: 196451, viewCount: 11, name: "Luxthos Paladin"
Now I have 2 problems
1. The first result technically matches the query, but it's a pretty terrible match. It's like searching for Apple iPad
and getting Apple iPhone
because it's more popular.
2. The result that matches the text the best will never be seen because it's so far down. Sure, it doesn't have many views, but it would still be nice to show it near the top.Jason Bosco
03/22/2021, 7:04 PMLuxthos Paladin
and Luxthos - Paladin
should have the same match score for the query luxthos paladin
- this is something that should be fixed as part of another change we're working on.
Once that's addressed, then with the match score tied between records, then viewCount will be used to break the tie and you'll see viewCount: 169474, name: "Luxthos - Paladin Core"
show up as the first result.
I'll let you know when this change is done in an RC buildAlex Cornellier
03/22/2021, 7:17 PM