URL or Hyperlink Search in SharePoint 2013

Harshvardhan Saini 36 Reputation points
2021-07-21T13:43:04.06+00:00

Hi,

I am using a URL / Hyperlink type field in sharepoint 2013 list. When I search the full URL, it returns the result, but when i search the partial URL with * , it gives a very random behavior.

e.g.

If your url is somethnig like

"https://abc.xyz.in/123/abc/dummy.pdf"

then searching "https://abc.xyz.i*" gives you result but as soon as you search "https://abc.xyz.in*" it does not give you result.
In some cases if i remove the word "https://" and then search, it gives the result.

And very interestingly if I replace single dot with double dot in domain name then it gives the result
e.g. https://abc..xyz..in* => this gives the result back.

I am interested to know does Microsoft supports partial URL search?

Microsoft 365 and Office SharePoint Server Development
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. CaseyYang-MSFT 10,461 Reputation points
    2021-07-22T07:35:51.12+00:00

    Hi @Harshvardhan Saini ,

    Per my research, SharePoint support partial URL search. With this article: Keyword Query Language (KQL) syntax reference It will help you better understand and manage your search query and construct KQL queries for Search in SharePoint. This syntax reference describes KQL query elements and how to use property restrictions and operators in KQL queries.

    For Reference:
    https://learn.microsoft.com/en-us/sharepoint/dev/general-development/keyword-query-language-kql-syntax-reference


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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. Harshvardhan Saini 36 Reputation points
    2021-07-27T04:29:38.11+00:00

    Unfortunately it doesn't solve the issue.... the article does not tell about URL search.


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.