# Search and preview any product in the Image Designer





import { Callout } from "fumadocs-ui/components/callout";
import { Step, Steps } from "fumadocs-ui/components/steps";

<span id="section-id-product-search-introduction" />

Introduction [#introduction]

<FeedbackBlock id="677c2e2dbfc3d09d" body="By default, the Image Designer preview shows the first 50 products of your product feed, and you can move between them with the Preview Product arrows. The Product Search feature lets you jump straight to a specific product instead of paging through the list.">
  By default, the Image Designer preview shows the first 50 products of your product feed, and you can move between them with the **Preview Product** arrows. The Product Search feature lets you jump straight to a specific product instead of paging through the list.
</FeedbackBlock>

<FeedbackBlock id="f2a50b0ea093effd" body="You can search by any product attribute, such as ID, SKU, GTIN, Title, etc - no limitation here. The search is case-insensitive and supports partial values, and the preview navigates to the products that match your query.">
  You can search by **any product attribute**, such as ID, SKU, GTIN, Title, etc - no limitation here. The search is case-insensitive and supports partial values, and the preview navigates to the products that match your query.
</FeedbackBlock>

<span id="section-id-product-search-find-a-product" />

How to search for a product in the Image Designer preview [#how-to-search-for-a-product-in-the-image-designer-preview]

<Steps>
  <Step>
    Go to **Designer** from your site's main menu.
  </Step>

  <Step>
    Select an attribute in the drop-down next to **Search by** in the upper toolbar. For example, `sku`.
  </Step>

  <Step>
    Enter a full or partial value in the search input and select the magnifying glass icon.
        <img alt="image-designer-product-search" src={__img0} placeholder="blur" />
  </Step>

  <Step>
    Use the **Preview Product** arrows to move between the matching products. The counter below the arrows shows your position in the search results, for example, `Match 1 of 1`.
  </Step>
</Steps>

<FeedbackBlock id="48df4e5f76bec9b8" body="The preview shows the selected product with all layers of your template, so you can check how the template renders for that exact product before saving it.">
  The preview shows the selected product with all layers of your template, so you can check how the template renders for that exact product before saving it.
</FeedbackBlock>

<Callout type="info">
  Clear the search input to return to the default preview of your feed's products.
</Callout>

<span id="section-id-product-search-when-to-use" />

When to use the Product Search [#when-to-use-the-product-search]

<FeedbackBlock id="15efc19524c6f698" body="The product search is useful in the following scenarios:">
  The product search is useful in the following scenarios:
</FeedbackBlock>

<FeedbackBlock id="78ee365065515192" body="You run prioritized product campaigns, such as hero SKUs or limited assortments, and need to verify the template on the exact products of the campaign.">
  * You run prioritized product campaigns, such as hero SKUs or limited assortments, and need to verify the template on the exact products of the campaign.
</FeedbackBlock>
<FeedbackBlock id="6aa51515bbd246a5" body="Your feed is large or contains duplicates, and the product you want to preview is not among the first products of the feed.">
  * Your feed is large or contains duplicates, and the product you want to preview is not among the first products of the feed.
</FeedbackBlock>
<FeedbackBlock id="84fc7debcd54db97" body="You use your own prioritization logic and want to confirm which product variant the template picks up.">
  * You use your own prioritization logic and want to confirm which product variant the template picks up.
</FeedbackBlock>
