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

like or regex search #59

Closed
jcubic opened this issue Oct 22, 2017 · 4 comments
Closed

like or regex search #59

jcubic opened this issue Oct 22, 2017 · 4 comments

Comments

@jcubic
Copy link

jcubic commented Oct 22, 2017

It would be nice to have like or regex keywords to search commits by part of the message like this:

select message from commits where message like "%console.log%"

to have all commits that have console.log in it or when count(*) is added

select count(*) from commits where message like "%console.log%"
@luizperes
Copy link
Collaborator

that would be great to have, it is in TODO now :)

@jsixface
Copy link
Contributor

Implementing a where clause like and grouping mechanisms like count(*) should be in different issues.

@jcubic
Copy link
Author

jcubic commented Oct 29, 2017

There is already an issue for count(*) #26

@filhodanuvem
Copy link
Owner

It's done by @jsixface :)

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

No branches or pull requests

4 participants