A product search will search all active pages. This includes Product Name, Product Description and Attributes that have been marked as external.
Example:
{% form search_product %}
<input type="submit" value="Search">
{% endform %}
The result loop will return the following:
| Output Tag | Description |
| Product Output Tags | See Product Loop Documentation |
Attributes are not available on the product search loop. They are searchable but not returnable in the results.