Supporting fuzzy search on UI
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Is your feature request related to a problem? Please describe.
Currently, when I search for a workflow on UI, I have to specify WorkflowId="xxx".
Describe the solution you'd like
Just put "xxx" in the search box and the search result contains workflows whose workflow id is "xxx", or run id is "xxx".
Describe alternatives you've considered
None
Additional context
None
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the UI workflow search box and trace how the current WorkflowId="xxx" query is handled. Confirm where search results are assembled, then verify that entering "xxx" returns workflows matching either the workflow ID or run ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100