filtering values containing quotes does not work
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 431
- Forks
- 179
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 71
Description
Describe the bug
When trying to filter by workflow ID (and maybe other fields) that contains the character ", the query generated is not valid.
To Reproduce
Steps to reproduce the behavior:
- have a workflow running with the character
"in its name - Go to Recent Workflows
- Click on Filter Workflows when hoovering the Workflow ID
- See error
Expected behavior
The query is properly escaped so the workflows are queried and displayed (I don’t know which query language is used and if escaping is properly supported there)
Screenshots
Desktop (please complete the following information):
- OS: windows 10
- Browser: firefox
- Version: 118.0.2
Additional context
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 by reproducing the issue from Recent Workflows using a workflow ID containing a double quote, then trace the Filter Workflows action to where its query is generated. Verify which query language is used and confirm that the escaped query returns and displays the matching workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, search
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100