Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request (Possible Bug): Allow searching for explicit * character in search field #20

Closed
rex opened this issue Feb 29, 2016 · 4 comments
Labels

Comments

@rex
Copy link

rex commented Feb 29, 2016

At the moment, entering a query in the search field like resque:worker:* works great when looking for all keys starting with resque:worker:, like resque:worker:123456. It works much less great, however, when the key I am looking for has * explicitly in the name.

Is there any way to escape the * character so we can perform these searches?

  • If so, then this is a bug report
  • If not, then this is a feature request

:)

@luin luin added the feature label Mar 1, 2016
@luin
Copy link
Owner

luin commented Mar 1, 2016

There's no way to search * character currently. Using \ as an escape character should be a solution. I'll implement it soon.

@rex
Copy link
Author

rex commented Mar 2, 2016

It is admittedly an edge case but would be useful for those of us using Resque or something that adds keys containing * to Redis.

Thank you!

@luin
Copy link
Owner

luin commented Mar 5, 2016

Aha, my fault. The backslash sequence is already supported.

image

@rex
Copy link
Author

rex commented Mar 12, 2016

@luin Wow, I absolutely cannot believe I caused all this ruckus and it's already supported.

I can confirm that this works perfectly fine in the version I already had installed.

screenshot 2016-03-12 14 15 03

I feel a bit silly for having opened this issue and wasted your time, @luin. Thank you so much for being kind in your response. It's been a very, very long few weeks 😵

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants