SharePoint 2013: Disable TrimDuplicate from search Result in Core result Web Part
In SharePoint 2010, core result web part having an option to trim the duplicate by edit the core result web part in UI.
In SharePoint 2013 the trim duplicate option is hidden and by default(TrimDuplicates:True) and due to this duplicate results not visible in the search result. To enable the search result use need to follow the steps .
After done with the above changes might be case of your connection with “Refiners”, “Search box” and “Search Vertical” is disconnected. To make it work correctly you need to modify the search box and set the send query option to “Search Result” and same for refiner web part.
More Links
In SharePoint 2013 the trim duplicate option is hidden and by default(TrimDuplicates:True) and due to this duplicate results not visible in the search result. To enable the search result use need to follow the steps .
- Export the existing web part.
- Open the exported web part in notepad and search for “DataProviderJSON” property.
- Check “TrimDuplicates” value by default it is true to make visible the duplicate result set its’ value to false.
- Replace the existing web part with exported one.
- SharePoint 2013 Hyperlink Columns recall in search results even it mapped as unsearchable (Product Bug)
- Search box Sends Queries to more then one Control(Search Result & Content Search web part)
- SharePoint 2013 Search Issues
- SharePoint 2013 Error: Search has encountered a problem that prevents results from being returned SharePoint 2013 free CodePlex Tools for debug
Comments
Post a Comment