Scenario Using JavaScript to call the SharePoint search REST API, to return items matching a certain query and display them on the page. If one of the fields you’re displaying is a Hyperlink field, it gets returned in the format: “http://url/path/here, Description Text Here” In order to display this link, you’d probably write some code […]