Skip to content

Price IsCustomPrice Criterion

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

Arguments

This Criterion takes no arguments.

Limitations

The IsCustomPrice Criterion is not available in Solr or Elasticsearch engines.

Example

PHP

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