Skip to main content

Posts

Showing posts with the label Better Best Bet

SharePoint 2013: Remove from the search result "You have seen this before" Recommendation Part 3

I am continuing with my third part with the same “You have seen this before” series. I must recommended please have a look on my post 1 and post 2 . Better Solution: How rewrite the “You have seen this before results” URL with your own custom property? This solution is not full proof solution, it has two parts, one part is almost done next part I am working on it. Modify the Search results (Recommend you to take the backup of template and set the same to for search box control correct “ Control_SearchBox.html ”) Modify the Search box template (Recommend you to take the backup of your template and apply this solution in your box “ Control_SearchResults.html ”). As we are already know that the default template not having all the properties available Follow the step to implement the rewrite the URL template. Fist take the copy template depending upon the result type that you going to rewrite example (if you are your result appear in the list item to take the copy of ...

SharePoint 2013: Remove from the search result "You have seen this before" Recommendation Part 2

This post continue form my  last post ,  as I described the issue “you have seen this before” in my last post so here I am continue with its second part. So let’s begin with it so I am going to the answer of the question, I mentioned in the last post . How I remove the “You have seen this before”? To remove the “You have seen this before template” as mentioned above it is very simple before going to this as per the good practice. It is not a good idea to remove “you have seen this before” from all form the search results it would better to remove only for those results causing an issue (rewrite URL(s) or custom URL as mentioned in the above mentioned) To remove “you have seen this before” items from all the results. (Not recommended Solution)  Edit the common template “Item_CommonItem_Body.html”, as we know this template is used to display the common properties like title, URL and hithighlighted. Search for “clickType” item inside the templ...

SharePoint 2013: Remove from the search result "You have seen this before" Recommendation Part 1

The SharePoint 2013 recommendation analytic engine allows the end users to provide the most access content through the “specific keyword” and clicked the specific result more than 10 times; it will be displayed above the search result and bottom of the query suggestion (search box). What I will cover in this post. Why we need to remove the “you have seen this before results” (specific issue)? How to reproduce the “You have seen this before” results? How to find the “You have seen this before” template & which results set returns responsible for render the results for this type? How I remove the “You have seen this before Results”? Better Solution: How rewrite the   “You have seen this before results” URL with your own custom property? Why we need to remove “you have seen this before results” (specific issue)? When we are doing some customizations in the result template to display the custom URL other the actual URL then we would required to remove / or u...