How to filter products without images

HelenaG Grulichova asked on April 10, 2012 01:40

How to filter products without images

Correct Answer

HelenaG Grulichova answered on April 10, 2012 01:40

You may need to display only products with images in a smart search result web part. To achieve this goal you need to follow these steps:
  1. In the Site Manager –> Development –> System tables -> select Edit for table Ecommerce – SKU and go to the Search fields tab. Among these fields find SKUImagePath and check boxes Tokenized and Searchable. Do not forget to click on the OK button to confirm this change
  2. As always, if some field definition is changed, you need to rebuild the index. Go to the Site Manager – Administration – Smart search and Rebuild the index. You need to make sure that Analyzer for this index is set to Simple.
  3. Now you just need to configure the Search condition property in your smart search result web part. Its value should be: +SKUImagePath:getmetafile
Links to other resources: Using the smart search filter
-it-
0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.