1
vote
0answers
22 views

SharePoint 2013: Access the metadata Tags of a page within a Search Result Display Template for an Item

I'm trying to access the metadata Tags of a SharePoint page within the search result of that page using a Display Template. In the Managed Properties for my search service, the Tags property is ...
1
vote
1answer
52 views

Search not retrieving items by custom property

In an upgraded SharePoint 2013 site collection, I have a custom property - "Media Number" which is a single line of text field because the value is usually a few letters followed by a few numbers. ...
0
votes
1answer
45 views

Filter Search Results Based On Link Clicked

I am using SharePoint 2013 and have links on the home page such as (Tax, Assurance, Advisory). Does anyone know how I can in SP 2013 use one search page but filter out the results depening on the link ...
0
votes
2answers
51 views

Where to define Query Rule and when?

We can define Query rule in three places: Search Site > Site Settings > Search > Query Rules Search Site > Site Settings > Site Collection Administration > Search Query Rules Search Service ...
0
votes
1answer
455 views

Adding new Result type in Search site of SharePoint 2013

I have added new file type (e.g. xyz) in Crawling section of Search administration of SharePoint 2013. I also added new Result type in SharePoint search site with condition: FileType Equal any off.. ...
0
votes
0answers
177 views

search in SharePoint 2013 does not redirects to search center

I have created a Site Collection based on Enterprise Search Center and changed search settings for all other site so that they use this search center, However I am facing two problems, 1. when I enter ...
0
votes
1answer
265 views

Client Object Model in WebPart

I am using the Microsoft.SharePoint.Client.Search dll (Client Object Model) in a webpart because Microsoft.SharePoint.Search is obsolete. When using the ClientContext.ExecuteQuery() method we get an ...
0
votes
0answers
206 views

Why the SharePoint2013 search does not return all the documents?

When I use the Keyword query search in SharePoint2013 search ,it does not return all the documents within the same document set with EmployeeNumber:13994. How can I customize the results page ...