Forum Discussion
arine1901
Jan 09, 2024Brass Contributor
Change default link to search in SharePoint online
When we input the keyword in this Search box in SharePoint online, the default link that launched is like this : https://domain-name.sharepoint.com/sites/site-name/_layouts/15/search.aspx/si...
- Jan 11, 2024
Hello arine1901
news posts are pages, there are saved in SitePages. But news posts have a promoted state 1 or 2, you can filter this property in your query. You can find more informations in this blog from Gregory Zelfond : https://sharepointmaven.com/news-post-page-vs-sharepoint-page-in-sharepoint-online/
Example:
{searchTerms} contentclass:STS_ListItem_WebPageLibrary AND RefinableString104:2
contentclass:STS_ListItem_WebPageLibrary >> only webpage libraries
RefinableString104:2 >> I have mapped ows_promotedstate to the RefinableString104
For sure, you can add more properties like PATH in your query.
Hope this helps.
Best, Dave
AndrewWarland
Jan 09, 2024Steel Contributor
I agree with David, I don't think you can change this but you can add new verticals and also the results layout. I guess your second example is after clicking on the News vertical.