You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved: When using searchOptions.matchAnyWord, now the quotation marks can be used to specify phrases
inside a query that is set via searchOptions.term.
For example;
red "four wheels" petrol will match red or four wheels or petrol or red four wheels petrol
red ""four wheels"" petrol will match red or "four wheels" or petrol or red "four wheels" petrol
Note that two consecutive quotation marks "" can be used to escape, i.e. to search for a quotation mark literally as ".
The same feature can also be used in the Viewer's Find dialog.