Allow exact match on Jobs tab in Lookout
Problem
If my queue name is a prefix of someone else's
- Such as batch-andrews which is a prefix of batch-andrewsi
Then when I search job by my queue name, I get this other persons jobs.
Proposal
Could we implement some way to alleviate this, possibly allowing for exact match (with via UI option or quoting the string).
- I.e "batch-andrews" would only give matches for batch-andrews queue because it is quoted so we use an exact match
@JamesMurkin has full context, suggest getting in touch with him before starting work
We could just make this an exact match with wildcard so you can type "batch-jam*".
- This means by default it'll do exact match and be faster + only give you the queue you expect
- It allows you include multiple queues if you really want to with the wildcard
Longer term:
- Have a list of all queue names drop down as you type
Hey team! Please add your planning poker estimate with ZenHub @dejanzele @jayofdoom @kannon92 @richscott
@JamesMurkin If I'm understanding the code underlying the search correctly, then the "batch-jam*" case is already handled by simply searching on batch-jam. I'm currently working on adding quoting to search on exact matches.
Closing this as #1665 addresses this issue. Opened #1679 to track drop-down work if want to go that route.