Skip to content
For AI agents: the complete documentation index is available at llms.txt; this page is also available as Markdown at index.md.

Price IsCustomPrice Criterion

The IsCustomPrice Search Criterion searches for prices that are custom prices.

Arguments

This Criterion takes no arguments.

Limitations

The IsCustomPrice Criterion isn't available in Solr or Elasticsearch engines.

Example

PHP

1
2
3
4
5
6
use Ibexa\Contracts\Core\Repository\Values\Content\Query\Criterion;
use Ibexa\Contracts\ProductCatalog\Values\Price\PriceQuery;

$query = new PriceQuery(
    new \Ibexa\Contracts\ProductCatalog\Values\Price\Query\Criterion\IsCustomPrice()
);