Add initial include/exclude project search UI
This commit is contained in:
parent
3115c8381d
commit
915154b047
10 changed files with 212 additions and 14 deletions
|
@ -680,6 +680,8 @@ message SearchProject {
|
|||
bool regex = 3;
|
||||
bool whole_word = 4;
|
||||
bool case_sensitive = 5;
|
||||
string files_to_include = 6;
|
||||
string files_to_exclude = 7;
|
||||
}
|
||||
|
||||
message SearchProjectResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue