Forum Discussion
SharePoint 2019 Search returning irrelevant results
- Jan 19, 2024
Hello Tshepo_Kakudi
you wanna "only" an exactly matching from query to results. Here are an great article for you: https://www.mehr365.com/volltreffer-exakte-uebereinstimmung-in-der-suche/
You need to use this kind of query:
{SearchBoxQuery} Path:“{SitePath}/Lists/ProductionPhone“ AND contentclass:STS_ListItem* AND (Title:{SearchTerms})
Best. Dave
Hello Tshepo_Kakudi
you wanna "only" an exactly matching from query to results. Here are an great article for you: https://www.mehr365.com/volltreffer-exakte-uebereinstimmung-in-der-suche/
You need to use this kind of query:
{SearchBoxQuery} Path:“{SitePath}/Lists/ProductionPhone“ AND contentclass:STS_ListItem* AND (Title:{SearchTerms})
Best. Dave
Thank you DaveMehr365 , this really helped me, Works line a charm.