Skip to content

Workspaces: OR filter and example#2529

Open
ngrayluna wants to merge 5 commits intomainfrom
workspaces_or_filter
Open

Workspaces: OR filter and example#2529
ngrayluna wants to merge 5 commits intomainfrom
workspaces_or_filter

Conversation

@ngrayluna
Copy link
Copy Markdown
Contributor

@ngrayluna ngrayluna commented Apr 22, 2026

Description

Adds example on how to make complex filter expressions with new OR filter capabilities.

Ship date

Tentatively Tuesday

Ticket

@ngrayluna ngrayluna requested a review from a team as a code owner April 22, 2026 22:31
@ngrayluna ngrayluna changed the title Workspaces or filter Workspaces: OR filter and example Apr 22, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 81.2%, saving 299.9 KB.

Filename Before After Improvement Visual comparison
images/runs/run_expressions_and_or.png 219.4 KB 39.6 KB 82.0% View diff
images/data_vis/filter.png 149.9 KB 29.8 KB 80.1% View diff

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (1 total)

🖼️ Images (1)

File Preview
images/runs/run_expressions_and_or.png View Run Expressions And Or

📝 Changed (3 total)

📄 Pages (2)

File Preview
models/runs/filter-runs.mdx Filter Runs
models/track/project-page.mdx Project Page

🖼️ Images (1)

File Preview
images/data_vis/filter.png View Filter

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 0758953 at 2026-04-24 16:00:27 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 22, 2026

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-workspaces-or-filter.mintlify.app

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented Apr 22, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Apr 22, 2026, 10:52 PM

Copy link
Copy Markdown
Contributor

@mdlinville mdlinville left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of small optional adjustments to consider.


### Example: Combine filters with AND and OR conditions

The following describes how to create an A AND (B OR C) filter expression. In this example, A is `loss` ≤ `1`, B is `State` = `finished`, and C is `State` = `crashed`.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The following describes how to create an A AND (B OR C) filter expression. In this example, A is `loss` ≤ `1`, B is `State` = `finished`, and C is `State` = `crashed`.
This section describes how to create a complex filter expression like `A AND (B OR C)`. In this example, A is `loss` ≤ `1`, B is `State` = `finished`, and C is `State` = `crashed`.

The following describes how to create an A AND (B OR C) filter expression. In this example, A is `loss` ≤ `1`, B is `State` = `finished`, and C is `State` = `crashed`.

1. Click on the **Runs** tab from the project sidebar.
2. Select the **Filter** button, which looks like a funnel, above the runs table.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
2. Select the **Filter** button, which looks like a funnel, above the runs table.
2. Above the runs table, click the **Filter** button, which looks like a funnel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants