> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/filter/use-and-filtering-condition-in-same-filter-option.md).

# Use AND filtering condition in same filter option

✨By default, our app applies the OR condition for filter values in the same filter option. The screenshot below demonstrates the app’s filtering logic:

<figure><img src="/files/t9JC7T2aE0a55jxxXlsE" alt=""><figcaption></figcaption></figure>

Recently, we have allowed changing the default filtering logic in the same filter option **from OR to AND**. You can enable this AND logic for each filter option by following these steps:

### ✅Steps to enable AND condition

1. From the app’s left navigation bar, click the **Filters** section.
2. Click the filter sidebar you want to modify.
3. Scroll down to the **Filter Options** section.
4. On the Filter option that you want to apply the AND condition, click the **Pencil** icon.
5. Tick on the **Use AND condition** option.
6. Click **Save** to finish.

<figure><img src="/files/L0zBXvGpECFbo2ltuNCx" alt=""><figcaption></figcaption></figure>

📝 Note: This feature can be applied to Product Tags, Product Metafields, and Product Options.

### 🎉 **You're Done!**

Your customers can now filter products with AND conditions! 🚀

💬 **Need Help?** Contact us at **<contact@globo.io>**– we’re happy to assist! 😊


---

# 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:

```
GET https://docs.globo.io/filter/use-and-filtering-condition-in-same-filter-option.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
