# 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="https://2237530339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FPIvQSuyE40UC9wv5uGgW%2Fuploads%2Fopmv9W8O3MgZDlO4fea7%2Fimage.png?alt=media&#x26;token=599c498c-7806-4be0-ba0d-cd605f23a3c2" 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.
