Added multiple term search functionality (with default phrase search)
This commit is contained in:
parent
7ac48ef4d5
commit
0a347ec04d
7 changed files with 154 additions and 16 deletions
|
@ -163,6 +163,7 @@ Preferences._readFromStorage = function (prefObj) {
|
|||
source: window,
|
||||
type: evt.type.substring('find'.length),
|
||||
query: evt.detail.query,
|
||||
phraseSearch: true,
|
||||
caseSensitive: !!evt.detail.caseSensitive,
|
||||
highlightAll: !!evt.detail.highlightAll,
|
||||
findPrevious: !!evt.detail.findPrevious
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue