robotframework / robotframework/RIDE
Tag search does not handle spaces in query
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1k
- Forks
- 385
- Avg merge
- 13m
- Merged PRs (30d)
- 2
Description
Using the Tag search dialog I am able to find tests tagged with TAG_A (underscore), but not the ones tagged with TAG B (space), when searching using the full tag name (Results: 0). It does work when using a wild card search TAG*B.
v2.1dev22, Windows Python 3.11 and Linux Python 3.10
Contributor guide
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 with the Tag search dialog and reproduce the difference between searching for TAG B and using TAG*B on the reported Python and operating-system versions. Trace the tag-search handling for spaces; done means an exact full-name search finds tests tagged with TAG B as the wildcard search does.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- search, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100