-
-
Notifications
You must be signed in to change notification settings - Fork 593
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
search/filter commit(s) #1791
Comments
SHAI think we can at first separate using sha from the rest because it's one to one search (each sha will give one commit only). Filter/Fuzzy MatchesI think there is a trade off we need to make here...
|
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
@AmmarAbouZor your comment lead me to split out a separate issue for this particular use case: #1799 |
Recently (a month ago, actually) I have opened the PR #1753, that finish the work done by #506 and #672. That PR implements searching by sha, author, message and tag, including controls for each one, but not in a fuzzy way. I am not sure if you @extrawurst missed it, or it just isn't relevant for this issue. |
We want to substring / fuzzy search for
fixes #449, #429, #1790
Note: Fuzzy does not mean realtime in this case. It means we do not need perfect matching, mostly relying on
fuzzy_matcher
The text was updated successfully, but these errors were encountered: