Skip to content

library: search processes by tags, not just name#2095

Open
edumeneses wants to merge 1 commit into
masterfrom
1910-process-search-tags
Open

library: search processes by tags, not just name#2095
edumeneses wants to merge 1 commit into
masterfrom
1910-process-search-tags

Conversation

@edumeneses

Copy link
Copy Markdown
Contributor

The process library filter only matched against the displayed name. Now, when the name doesn't match, also check the process tags by fetching the Descriptor via the factory list.

The factory lookup / descriptor() call only runs after the cheap name check fails, so filtering large libraries stays reasonably fast and an empty pattern never touches it.

Fixes #1910

The process library filter only matched against the displayed name.
Now, when the name doesn't match, also check the process tags by
fetching the Descriptor via the factory list.

The factory lookup / descriptor() call only runs after the cheap name
check fails, so filtering large libraries stays reasonably fast and an
empty pattern never touches it.

Fixes #1910

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@edumeneses edumeneses requested a review from jcelerier June 22, 2026 21:15
@edumeneses edumeneses self-assigned this Jun 23, 2026
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.

Aliases for process search

1 participant