mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20:31 -04:00
Merge from vscode c873727e8bac95e7cbf5b154a9e6ae0986f2ce18 (#6446)
This commit is contained in:
@@ -1151,6 +1151,10 @@ export class SearchView extends ViewletPanel {
|
||||
}
|
||||
|
||||
onQueryChanged(preserveFocus?: boolean): void {
|
||||
if (!this.searchWidget.searchInput.inputBox.isInputValid()) {
|
||||
return;
|
||||
}
|
||||
|
||||
const isRegex = this.searchWidget.searchInput.getRegex();
|
||||
const isWholeWords = this.searchWidget.searchInput.getWholeWords();
|
||||
const isCaseSensitive = this.searchWidget.searchInput.getCaseSensitive();
|
||||
|
||||
Reference in New Issue
Block a user