# IsProductBased Criterion

The `IsProductBased` Search Criterion searches for content that plays the role of a Product.

## Example

### PHP

```
$query->query = new Ibexa\Contracts\ProductCatalog\Values\Content\Query\Criterion\IsProductBased();
```
