> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/super-filter/features/2.-search/i.wildcard-search.md).

# i.Wildcard Search

The **Wildcard Search** feature in Super Filter enables users to perform advanced searches using various text and number filter patterns, allowing for precise and flexible filtering.

{% embed url="<https://www.youtube.com/watch?index=3&list=PLisLVA_RnBO5QEJvAbyNHwfdboQVbF7LC&t=11s&v=x_l9vBj2_Ag>" %}
Video 1: Wildcard Search
{% endembed %}

## Steps to Use Wildcard Search:

{% stepper %}
{% step %}
Enter the desired pattern or operator in the **Search Bar.**
{% endstep %}

{% step %}
Press **Enter** to filter items based on the criteria.
{% endstep %}
{% endstepper %}

<figure><img src="/files/42DwTMTDk1CULKlboylX" alt="" width="323"><figcaption><p>Image 1: Wild Card Search using search in Tool Bar.</p></figcaption></figure>

## Wildcard Supported in Super Filter

1. **Text:**
   * **Contains:** `text`, `*text*`, or `t???` (e.g., `ABC`, `*INC*`, `A??`)
   * **Equal To:** `"text"` (e.g., `"ABC"`)
   * **Starts With:** `text*` (e.g., `ABC*`)
   * **Ends With:** `*text` (e.g., `*INC`)
   * **Match First Letter:** `^t` (e.g., `^A` for items starting with A)
   * **Must Contain:** `+text` (e.g., `+ABC`)
   * **Must Not Contain:** `-text` (e.g., `-INC`)
   * **Compound Search:** Combine patterns (e.g., `(ABC*&?*INC)`)
2. **Number:**
   * **Greater Than:** `>10`
   * **Less Than:** `<500`
   * **Greater Than or Equal To:** `>=100`
   * **Less Than or Equal To:** `<=50`
3. **Date Operators**:
   * **Equal to**: `2025` or `=2025`
   * **Greater than**: `>2025`
   * **Greater or equal**: `>=2025`
   * **Less than**: `<2025`
   * **Less or equal**: `<=2025`
   * **Between**: `2025_2026`
   * **Not equal**: `!2025`
4. **Date Formats**:
   * **Year**: `2025`
   * **Month**: `202501`, `2025-01`, or `2025.01`
   * **Date**: `20250101`, `2025-01-01`, or `2025.01.01`

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPIvQSuyE40UC9wv5uGgW%2Fuploads%2F00dxbateEJ6vhZzV2hsg%2FWildcard%20Date%20Search.mp4?alt=media&token=13271853-0cde-445b-97ca-105f3bb198b0>" %}
Video 1: Between date range search using wildcard.&#x20;
{% endembed %}

{% hint style="info" %}
To activate wildcard search for dates, use date data without date hierarchy in the facet filter.
{% endhint %}

This feature provides a robust and flexible search experience, catering to diverse data exploration needs with support for complex text numeric and date queries.


---

# 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.inforiver.com/super-filter/features/2.-search/i.wildcard-search.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.
