Skip to main content

Posts Tagged ‘Result Source’

Search Using the Result Source Name with O365 Search REST API

When our team performs code refactoring on custom web parts, the following two objectives are identified with the team: Apply REST API instead of JavaScript CSOM to get better performance. Remove as many configurations as possible. There are lots of web parts retrieving data via the search query (CSOM) and each of them contains a […]

SharePoint 2013 Search: JavaScript CSOM Primer

A lot of JavaScript incoming! With the rise of SharePoint Online, custom search solutions through JavaScript have become a staple for the development work for clients. While a lot of your search basics can be handled through simple modification of Display Templates (see some of my previous blogs for some basics there), the opportunity still […]