Hello,
We’re working on a new scoring system that supports weight and custom rules.
At the moment, we set the order of search results based on the following rules:
1. Bonus for an exact match of product name
2. Bonus for keywords position in product name
3. Bonus for keywords position in product SKU
4. Bonus for SKU exact match or containing the substring
5. Bonus for an Attribute exact match or containing the substring
6. Extra points for the similarity between phrase and product name
You can try the following snippet to increase the weight of the products belonging to a specific tag or category: https://gitlab.com/fibo-snippets/fibosearch/-/snippets/2138369
Best regards,
Clint