For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md. Documentation > Search > Search Criteria reference > IsProductBased IsProductBased Criterion¶ The IsProductBased Search Criterion searches for content that plays the role of a Product. Example¶ PHP¶ 1 2 3 4 5use Ibexa\Contracts\Core\Repository\Values\Content\Query; use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion; $query = new Query(); $query->query = new \Ibexa\Contracts\ProductCatalog\Values\Content\Query\Criterion\IsProductBased(); Copy as Markdown View as Markdown View on GitHub