> ## Documentation Index
> Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 06.12.2025: Dataset filtering

> Available in Phoenix 10.11+

<Update label="06.12.2025">
  ## Dataset Filtering

  <Frame>
    <iframe src="https://cdn.iframe.ly/D9lKIPd9" width={1000} height={400} allowFullScreen />
  </Frame>

  This release enables filtering of datasets by name across both the API and user interface, integrating a live search input along with support for pagination and sorting to improve data navigation and usability.

  * Added a `DatasetFilter` input and enum to the GraphQL schema, allowing users to filter datasets by name using case-insensitive matching.
  * Created a debounced `DatasetsSearch` component on the Datasets page that lets users filter results live as they type.

  <Card title="feat: dataset-filter by GeLi2001 · Pull Request #7982 · Arize-ai/phoenix" icon="github" href="https://github.com/Arize-ai/phoenix/pull/7982" horizontal>
    GitHub
  </Card>
</Update>
