Skip to content

docs: ROOT-48: Put DM annotation results filtering on Starter Cloud #7781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/guide/manage_data.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When you filter or sort the data before you label it, you modify which tasks and
<div class="opensource-only">

!!! error Enterprise
In Label Studio Enterprise, you can use advanced filters against annotation results. For more information, see our [Enterprise documentation](https://docs.humansignal.com/guide/manage_data#Filter-annotation-results).
In Label Studio Enterprise and Starter Cloud, you can use advanced filters against annotation results. For more information, see our [Enterprise documentation](https://docs.humansignal.com/guide/manage_data#Filter-annotation-results).

</div>

Expand All @@ -58,7 +58,7 @@ You can also filter on individual annotation results within a task:
<img src="/images/data-manager-filters-lse.png" class="gif-border" >

!!! note
In Label Studio Community and Starter Cloud, the `Annotation results` filter is an unstructured text search across all annotations for the task, and the example above would not be achievable.
In Label Studio Community, the `Annotation results` filter is an unstructured text search across all annotations for the task, and the example above would not be achievable.

The following tags are supported:
- All `Labels` tags (ex. `Labels`, `ParagraphLabels`, ...)
Expand Down
Loading