> For the complete documentation index, see [llms.txt](https://docs.limio.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.limio.com/salesforce/setting-up/detailed-salesforce-setup/custom-metadata-types/enhanced-filtering.md).

# Enhanced Filtering

**LFS Version requirement:** v11.28 or later

The Limio For Salesforce Offers Catalog allows customer service agents to browse the Limio Offer Catalog and suggest the customer valid options. To empower service agents, they must be able to quickly browse the catalog and easily locate the relevant offer(s).

Prior to March 2023, searching the catalog was limited to a single search input.<br>

<figure><img src="https://284256719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUgE12kxtw8dDbuEZGzbI%2Fuploads%2Fgit-blob-2a7fbb0bec6407fd02b544035181fe1698eafdca%2Fimage%20(88).png?alt=media" alt=""><figcaption></figcaption></figure>

A new UI has been introduced to improved the agents' experience as well as supporting passing multiple values for the same filter, that was not possible with the previous UI.<br>

<figure><img src="https://284256719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUgE12kxtw8dDbuEZGzbI%2Fuploads%2Fgit-blob-3f88236541d4e0565c7173cbe7320bd3fef2274b%2Fimage%20(89).png?alt=media" alt=""><figcaption></figcaption></figure>

To enable the new UI, navigate to

Custom Metadata > ic Assist Config > Manage Records > uiSettings - Filters

In here, edit the Config field, and update (or add, if missing), the property "enableEnhancedFiltering" to "true" (to show the new UI), or "false" (to show the old UI).<br>

<figure><img src="https://284256719-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUgE12kxtw8dDbuEZGzbI%2Fuploads%2Fgit-blob-20a88537e7cdd31273588fe4ac30ecf04574aa3e%2Fimage%20(90).png?alt=media" alt=""><figcaption></figcaption></figure>

### Related articles:

[Offers](/salesforce/setting-up/filtering-rules.md)

[Offer Attributes](/salesforce/setting-up/filtering-rules/offer-attributes-filtering.md)


---

# 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.limio.com/salesforce/setting-up/detailed-salesforce-setup/custom-metadata-types/enhanced-filtering.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.
