# Price Search Criteria reference

Price Search Criteria are only supported by [Price Search (`ProductPriceServiceInterface::findPrices`)](https://doc.ibexa.co/en/latest/product_catalog/price_api/#prices).

With these Criteria you can filter prices by currency, customer group, product, and more.

## Price Search Criteria

| Search Criterion                                                                                                 | Search based on                                                                    |
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
| [Currency](https://doc.ibexa.co/en/latest/search/criteria_reference/price_currency_criterion/index.md)           | Currency                                                                           |
| [CustomerGroup](https://doc.ibexa.co/en/latest/search/criteria_reference/price_customergroup_criterion/index.md) | A customer group that the price applies to                                         |
| [IsBasePrice](https://doc.ibexa.co/en/latest/search/criteria_reference/price_isbaseprice_criterion/index.md)     | Boolean that indicates whether the price is a base price                           |
| [IsCustomPrice](https://doc.ibexa.co/en/latest/search/criteria_reference/price_iscustomprice_criterion/index.md) | Boolean that indicates whether the price is a custom price                         |
| [LogicalAnd](https://doc.ibexa.co/en/latest/search/criteria_reference/price_logicaland_criterion/index.md)       | Logical AND criterion that matches if all the provided Criteria match              |
| [LogicalOr](https://doc.ibexa.co/en/latest/search/criteria_reference/price_logicalor_criterion/index.md)         | Logical OR criterion that matches if at least one of the provided Criteria matches |
| [Product](https://doc.ibexa.co/en/latest/search/criteria_reference/price_product_criterion/index.md)             | Product code                                                                       |
