-
-
Notifications
You must be signed in to change notification settings - Fork 389
Closed
Description
Is your feature request related to a problem? Please describe.
Currently there is no option to search for an author by only providing a part of the username. The correct result set will be only returned if the exact username is provided. Commit property offers partial search, but it's sensitive for lowercase and uppercase letters.
Describe the solution you'd like
I would like to implement partial and case insensitive search for both author and commit property value fields.
eg. byAuthorLikeIgnoreCase, byCommitPropertyLikeIgnoreCase
Describe alternatives you've considered
None
Additional context
I would like to contribute by creating a pull request, let me know what you think about the request.
Reactions are currently unavailable