A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Perhaps boosting with filters could be the solution?
http://world.episerver.com/Documentation/Items/Developers-Guide/EPiServer-Find1/75/DotNET-Client-API/Searching/Boosting-with-filters/
There's a suggestion for using MatchBoosting in the thread http://world.episerver.com/forum/developer-forum/EPiServer-Search/Thread-Container/2015/10/stemming-and-compound-word/
Hi!
When using stemming, it seems that "car" and "cars" are equally ranked, as it doesn't matter if I search for "car" or "cars". the order of the result are always the same.
What my customer wants is that excact matches should have higher rank than "stemming matches". If I search for "car", pages that contains "car" should have a higher rank thank pages that contains "cars".
Does anyone know if this is possible to do?