Forum Discussion
What is SpecialTermResults?
Hi, recently I'm dealing with a People Search issue, where in the people search result webpart, it displays "Sorry, something went wrong." when searching some specific words.
I was able to trace the issue down to the custom people search display template was not able to display some of the results returned by search, as those results don't provide required field values for the display template.
Testing in the Search Result web part, I see that those results are returned as SpecialTermResults.
The entry under SpecialTermResults is a link to a PDF file, rather than a person's profile page. I don't know what makes search return return the SpecialTermResults, when the result source used is Local People Results (System).
If anyone has some ideas I'd really appreciate if you can let me know.
Kind regards
Hi Conax,
The term "SpecialTermResults" references to search results within the context of a search engine, specifically when utilizing the Local People Results (System) as the result source. These results are stored in the SpecialTermResults table, containing best bets relevant to the search query.
In your situation, it appears that "SpecialTermResults" are generated when searching specific words in the People Search Result web part. Notably, these results are links to PDF files rather than individual profile pages. This deviation might be attributed to the search configuration or the inherent characteristics of the searched data.
If the custom people search display template is unable to showcase certain results, it could be due to the absence of necessary field values for the display template. To address this, consider modifying the display template to accommodate these results or adjust the search configuration to filter out such outcomes.
[MS-SEARCH]: The SpecialTermResults Table | Microsoft Learn
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)
- LeonPavesicSilver Contributor
Hi Conax,
The term "SpecialTermResults" references to search results within the context of a search engine, specifically when utilizing the Local People Results (System) as the result source. These results are stored in the SpecialTermResults table, containing best bets relevant to the search query.
In your situation, it appears that "SpecialTermResults" are generated when searching specific words in the People Search Result web part. Notably, these results are links to PDF files rather than individual profile pages. This deviation might be attributed to the search configuration or the inherent characteristics of the searched data.
If the custom people search display template is unable to showcase certain results, it could be due to the absence of necessary field values for the display template. To address this, consider modifying the display template to accommodate these results or adjust the search configuration to filter out such outcomes.
[MS-SEARCH]: The SpecialTermResults Table | Microsoft Learn
Please click Mark as Best Response & Like if my post helped you to solve your issue.
This will help others to find the correct solution easily. It also closes the item.If the post was useful in other ways, please consider giving it Like.
Kindest regards,
Leon Pavesic
(LinkedIn)- ConaxCopper ContributorThank you LeonPavesic for your reply. It somehow led me to investigate the Query Rules created by someone else, first in SSA, then in the site collection. I indeed found a rule that stated if certain search phrases are entered, then promote the link to the PDF file, and this rule applies to all search scopes. However, making the rule inactive did not resolve the issue. I suspect the same rule had been created in the search centre, which is a subsite of the same site collection. Once I get access to the subsite I can then check if the rule is there and proceed to fix it.