- Documentation >
- Search >
- Product Search Criteria >
- ProductName
ProductName Criterion
The ProductName
Search Criterion searches for products by theis names.
Arguments
productName
- string representing the Product name, with *
as wildcard
Example
| $query->query = new Ibexa\Contracts\ProductCatalog\Values\Product\Query\Criterion\ProductName('sofa*');
|