Hiding Duplicates in MyOrderDesk Website Search Area Follow
If you have an item in more than one Catalog, you will find that the search results will show that result multiple times. If you would like to hide duplicates, you can add the following script by going to MyAccount > Site Settings > SEO/Code > Code
<style>
.lnkDupe { display:none; }
</style>