Search
12 TopicsSharePoint Online Search Image URL
Dear all, I have created a classic SharePoint page in SharePoint Online and added the Search Results Web Part to it. I have configured the Search Results Web Part to result images from a specific document library. What I find unfortunate, is when I click on a result, it opens the DispForm.aspx and therefore shows all properties of the image, an not the image itself! It navigates to this Path: https://x.sharepoint.com/Foto/Forms/DispForm.aspx?ID=92&RootFolder=/Foto/kerstfeest%202016 I am using the out of the box Display Template and Result Type. How could I overcome this issue? I want SharePoint to follow the 'PictureURL' instead of 'Path'. I tried looking into the Display Templates and several web articles, but for me that is like finding a needle in a haystack. Thanks for all help provided! Kind regards, JoostSolved8.7KViews0likes5CommentsSharePoint Search & update of LikeCount
We are currently creating a new SharePoint Intranet, for displaying the news we used the spfx search result webpart (https://github.com/SharePoint/sp-dev-solutions/tree/master/solutions/ModernSearch) Currently we are hitting a limitation, perhaps someone here can help us: We want to display News-Title & Teaser with the number of Likes in the search results. Therefore we use the Managed Property "LikeCount". During our tests we noticed that the value wasn't updated correctly. Our current theory is: As "liking" a news doesn't change the LastModifiedDate the crawler doesn't notice something from this object has changed. Therefore the number of Likes is only updated after the news has been edited / the LastModifiedDate has changed. Can someone confirm this behavior or has an idea for a workaround? The default News-Webpart is no option as we have some additional styling requirements.4.8KViews1like4CommentsSharePoint Online Hub Search - How do you call the search API and limit results to content contained
I am writing a web part that is surfacing all news pages on sites associated to a hub which have been tagged with a particular category (through page properties). How do I limit the results of my call to the Search API to only include content from sites associated to the hub? Do I have to first make calls to determine the sites associated to the hub (as per Mikael Svenson's post: https://www.techmikael.com/2018/04/working-with-hub-sites-and-search-api.html) and then use them in my query for news items, or is there an easier way? I cannot see any "Result Sources" that have been created by creating the hub, and I don't really want to have to manually maintain one as sites are associated/disassociated to the hub Thanks!2.4KViews0likes1CommentMapped or crawled properties of SharePoint search for extensionAttributes
Can we use the extensionAttributes (also called customAttributes) with SharePoint people search? In our AD, we set some of the extension attributes and we want these values to be used in people search. I could not find any of these attributes in crawled properties.1.7KViews0likes2CommentsSharePoint search managed property for companyName attribute of user profile
Is there a built-in managed or crawled property in SharePoint search that maps to companyName user profile attribute? I found the following but none are returning any results even though we have the company field populated for our users in Azure AD.Solved1.7KViews0likes1CommentHow to get classic search page on modern team site
Earlier there is an option available saying that "Go to classic search results page", seems now it has been removed. Now main question is, how I can add refiners on the modern search page? This feature is still under development? I am able to see only two refiners "File Type", "Last modified time". It is becoming very hard to convince customers on this. By seeing all these things, I am thinking I will never recommend modern experience for my customers. Everything is half-cooked. Search is big area where client will be interested in. At least is there any road map item so that i can try to convince m client??1.2KViews0likes1CommentCustom search to search pdf files in certain librarys
Hi! I have set up document system with three different document librarys. Togheter they hold about 32000 pdf documents. I have implement the custom search module on my site and created a custom search resultspage. I have redirected the search to resultspage and defined the document librarys. I have also tried to define the SharePoint result source and search terms but with no luck. I have tried many different combinations like path:https://sharepoint document url like below with no luck. The results find my document librarys, but doesnt search in them for the files. It only shows a link to the document library instead of the files. Is ther something i missing or isnt this possbile to achieve? Do I have to create a Scope? Crawl? I really dont understand those features. Please help! 🙂 {SearchBoxQuery}( (Path:http://sharepoint/sites/demo/dev/DocLib1 (FileExtension:pdf)) OR (Path:http://sharepoint/sites/demo/dev/DocLib2 (FileExtension:pdf)) OR (Path:http://sharepoint/sites/demo/dev/DocLib3(FileExtension:pdf)) )1.1KViews0likes1CommentHow to set sorting for SharePoint search results
We are using a classic site in SharePoint Online. Currently there are in the default "related order", but in addition to this I would like to set the "updated by" date and time. I have received a response from Microsoft that this cannot be implemented with the standard SharePoint functionality,If anyone has experience implementing this by using the sort operator, etc., please share the procedure with us.1KViews0likes1CommentRefiners of top level sites
HI, In a webpart, I need to refine by the name of the top sites in a site collection. I've found the Managed Properties SPSIteURL and ParentLink... SPSIteURL: https://mySiteCollection ParentLink: https://mySiteCollection/site1/site1b/List/Documents/Forms/AllItems.aspx https://mySiteCollection/site2/site2b/site2c/List/Documents/Forms/AllItems.aspx or SitePath... Neither of these properties are good, I need to detect site1, site2, ...siteN Any idea about how to get this information in a managed property to use it like an Avaliable Refiner? Thanks1KViews0likes1Comment