Hub site link in breadcrumb going blank when clicked - SharePoint search

Nishanth Chakkere Ramesh 400 Reputation points
2024-09-13T02:07:42.45+00:00

Hi,

When a search is made at the site level, it works as expected and brings up the results. But in the breadcrumb of the search results, clicking on the hub site ("Test Communication Site" in the image below) returns a blank page. Refreshing the page does not load the results. However, clicking on "Organization" works as expected.

User's image

User's image

Doing a search directly from the hub site works as expected:

User's image

Other points to note:

Any recommendations?

Kind regards,

Nishanth Chakkere

Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Ling Zhou_MSFT 23,620 Reputation points Microsoft External Staff
    2024-09-13T07:31:20.33+00:00

    Hi @Nishanth Chakkere,

    Thank you for posting in this community.

    I want to confirm with you, is your NishTest Site linked to Test Communication Site?

    Because I have some doubts about the breadcrumbs you are searching for. If I do search in hub site, the breadcrumbs will only be Organization>hub site. If I do search in an associated site, the breadcrumbs will only be Organization>associated site. I won't have a hub site in the middle.

    Also, we don't think it's a search problem (because you should get a hint that there are no results instead of a blank page), and it's probably because when you revert to the hub site, the link to the page is broken. This is most likely a problem with the design of SharePoint. We recommend that you report on this issue.

    Please go to M365 admin center >Health >Health Service >Reported issue.

    User's image

    If this issue doesn't affect you very much, we recommend that you don't fall back to the hub site when searching. If it's important, you can also open a ticket for it.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


  2. Nishanth Chakkere Ramesh 400 Reputation points
    2024-10-11T09:53:31.9766667+00:00

    Hi Ling Zhou,

    Yes, we found the solution.

    Please do not use DOCID as an alias in any Managed Property in the SharePoint search schema, as DOCID is an internal index code (or something similar, to that effect) in SharePoint.

    So, SharePoint was getting confused when a Document ID was queried using the DOCID alias.

    To query the Document ID, just use DLCDOCID as the prefix, instead. That is, if the Document ID is XYZ, the query in the SharePoint search box should be DLCDOCID: XYZ.

    Leave the alias column in the Document ID Managed Property blank.

    This was our solution. Hope this helps!

    Thanks,

    Nishanth Chakkere Ramesh

    0 comments No comments

  3. Nishanth Chakkere Ramesh 400 Reputation points
    2024-10-11T09:55:11.5866667+00:00

    Hi Ling Zhou,

    Yes, we found the solution.

    Please do not use DOCID as an alias in any Managed Property in the SharePoint search schema, as DOCID is an internal index code (or something similar, to that effect) in SharePoint.

    So, SharePoint was getting confused when a Document ID was queried using the DOCID alias.

    To query the Document ID, just use DLCDOCID as the prefix, instead. That is, if the Document ID is XYZ, the query in the SharePoint search box should be DLCDOCID: XYZ.

    Leave the alias column in the Document ID Managed Property blank.

    This was our solution. Hope this helps!

    Thanks,

    Nishanth Chakkere Ramesh

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.