# Wildcard search in any group

When working with inline filters, a common requirement arises: enabling users to search across all levels within a hierarchical structure. In scenarios where there are multiple nested levels—such as the 15-level hierarchy in question—it becomes limiting when only one level can be filtered at a time, as shown in the current implementation.

A practical use case highlights this challenge: users might want to search for a specific term like "Person A" without needing to know which hierarchy level contains that value. Ideally, the filtering experience should be seamless and level-agnostic for the end user.

Below workbook contains an example that solves this challenge based on a Tableau Parameter and Tableau filter on the datasheet.

{% file src="/files/CI6xkVvymMo6eB3ezpPC" %}


---

# Agent Instructions: 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.infotopics.com/supertables/guides/wildcard-search-in-any-group.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.
