> For the complete documentation index, see [llms.txt](https://docs.flashsearch.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flashsearch.io/filters/filters/filter-by-review-rating.md).

# Filter by review rating

In this article, we will guide you on how to configure a filter by review rating in the filter group like this:

![](/files/5iFel8pdTLVkxY0FOxD4)

Before starting, we have to integrate  a review rating first, please follow our guide below:

{% content-ref url="/pages/S91oUYN8sqOVkoPef21A" %}
[Product reviews](/integrations/product-reviews.md)
{% endcontent-ref %}

**1. Filter type**: Select filter type is **Review Rating**

![](/files/NAR0NwsrsWowhcmEwWGr)

**2. Filter title:** Enter the label for the Filter title, this label will be displayed on the storefront.

3\. In the next section, we have 2 options:

![](/files/y9UOLfjGUzcWRm4Vrbzn)

**Show products with ratings greater or equal selected ratings:**

Show products that have their rating value greater or equal to the rating value your customer selected. e.g. When your customers choose a **3 stars** rating value, the filter result will display products that have their rating value **greater or equal** **to** **3 stars** (from **3 stars to 5 stars**).

**Show products with ratings equal selected ratings exactly:**

Show products that have their rating value equal to the rating value your customer selected exactly. e.g. When your customers choose a 4 stars rating value, the filter result will display products that have 4 stars reviews only.

Rating color: Choose a color for the rating star icon.

![](/files/ci8ld3j9wsOht9ElXXxF)

4\. After finish, click the **Save** button, and the is the result on your collection/search page:

![](/files/TbqdktmBguk2PHiaIBKj)

The result after filtering by reviews:

![](/files/6kczmn3dZUHcucaodpOz)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.flashsearch.io/filters/filters/filter-by-review-rating.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
