mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 01:10:08 +02:00
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
|
@ -109,6 +109,7 @@ var PDFFindBar = (function PDFFindBarClosure() {
|
|||
type: type,
|
||||
query: this.findField.value,
|
||||
caseSensitive: this.caseSensitive.checked,
|
||||
phraseSearch: true,
|
||||
highlightAll: this.highlightAll.checked,
|
||||
findPrevious: findPrev
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue