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?