Adding Rating as a refiner in Refinement Web Part in SharePoint 2013 online


Hi,

I was recently asked to add Rating refiner for the Search Results in SharePoint 2013 online site. The way we can achieve this is

Go to Search Administration à Manage Search Schema

Search for ows_AverageRating crawled property

Click on ows_AverageRating property

Map it to any of the RefinableDecimal properties

Edit the Refinement Web Part à Choose Refiners à Add the RefinableDeciaml00 property

The end result à

Hope it helps.

Cross-domain iframe requests are blocked in Office 365 SharePoint Online.


Hi,

I was currently working on some integration tasks between SharePoint 2013 online and CRM 2011 online. Here we wanted to use one of the search pages configured in SharePoint 2013 online inside an iframe of Case form in CRM 2011 online.

SharePoint 2013 online and CRM 2011 online were part of different Office 365 domain. After specifying the url for the iframe we got the following error

Found the following kb article

http://support.microsoft.com/kb/2795602

Then tried hosting the SharePoint 2010 online search page that is part of same domain in which CRM 2011 online is. That worked properly.

Hope it helps.

Schema can’t be modified since the application is paused error in SharePoint 2013 online.


Hi,

I was getting the this error while trying to map Managed Property to Crawled Property, in this case

RefinableDate00 to ows_ArticleStartDate.

I was not sure why this error was coming. Searched for the answer but couldn’t find one. So tried the same thing after some time. And surprisingly it worked and it didn’t give the error.

So anybody facing this issue, should better relax and wait for application to come out of the paused state.

BTW, if anybody knows what does the error exactly mean share your knowledge please.

Bye.

Best Bet or Promoted Results in SharePoint 2013


Hi,

Let us take scenario where for a particular search term (parental in our case) we want to show a particular document as the top link to the user in the results.

For this we need to configure Query Rules in SharePoint 2013.

Go to Site Settings à Query Rules

Here we have selected “Local SharePoint Results” for the context on which the Query Rule will run.

Next click New Query Rule to create a new query rule

Give name to the rule and specify the condition

For e.g. if the query matches either parental or parental leave then show promoted results.

Click on Add Promoted Results to configure the promoted result.

Here in the Add Promote Result box we have specified the Title for the promoted result and also the URL of the word document that should show up in the search result

Save it and search with the term parental

The result

Hope it helps.

Adding refiner count in Refinement Web Part in SharePoint 2013.


Hi,

Out of the box the Refinement web part shows the different filters, but it doesn’t show the number of count for the results.

For this we need to modify Filter_Default.html page that is being used by these filters.

Go to the master page gallery

https://test.sharepoint.com/sites/contoso/_catalogs/masterpage/Forms/AllItems.aspx

Select Display Template à Filters à Filter_Default.html

Download the file

Make the following change in it

Change the ShowCounts to true and upload the file.

Do the search again and we will see the count

Hope it helps.

SharePoint Designer 2013 Preview issue while creating External Content Type.


Hi,

Check out the following discussion before trying to create External Content Type using SharePoint Designer 2013 preview.

There seems to be a bug in it and unfortunately i have wasted enough time to get it working.

http://social.msdn.microsoft.com/Forums/en-US/sharepointdevpreview/thread/30a9c124-0bf5-4896-8871-412af7b795f0

Hope it saves your time.