-
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
issue_list: Add flag for matching exact terms
Gitlab support matching on the exact search terms by enclosing the search strings in double quotes (as is common for web search engines as well). This requires careful quoting or escaping on the command line - for example '"foo bar"' or "\"foo bar\"" - which is cumbersome; make this more convenient by adding a dedicated command line flag that takes care of the quoting.
- Loading branch information
Showing
1 changed file
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters