In sharepoint search result page, while searching for a document, document guid is showing up in the result along with the document name. Is there any way to hide or remove the guid of the document in the search result page?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You could use the "Crawl Rules" on your Search Service Application to exclude the URLs based on the pattern you want to remove. For instance * { * - * - * - * - * } * (without the spaces) would exclude URLs that have a format like a GUID in them. |
|||
|