The (current) normalized search query.
Gets highlightAll option.
Sets highlightAll option.
Gets non-empty searcher options.
Gets total search results count.
Gets total search results count promise.
Extract all text from pdf document once.
Determine if the search query constitutes a "whole word", by comparing the first/last character type with the preceding/following character type.
Helper for multi-term search that fills the matchesWithLength
array
and handles cases where one search term includes another search term (for
example, "tamed tame" or "this is"). It looks for intersecting terms in
the matches
and keeps elements with a longer match length.
Render highlight for the current search result.
Cancel search task.
Navigates to a page containing the result and highlights found text.
Clear search results. This method must be called when the SearchPanel is closed.
Generate asynchronous search results.
search options
Repaint highlight for visible pages.
PDF document searcher. Generates asynchronous search results (see search method). The GcPdfSearcher API was designed to be used internally with Search Panel UI.