PDF.js Express Version
6.3.4 Detailed description of issue
we have been looking for a viewer with multi search capability along regex/wild characters. i went through the documentation but couldn’t be able to find it. is there any way to achieve this?
Expected behaviour
If i provide multiple search terms those need to be highlighted in the viewer along with existing features
Does your issue happen with every document, or just one?
NA
There is no simple api to show the search terms, but you could grab the DOM input element in the search panel and manually fit them in during the search:
Hi @kkim one more question like if we are doing search from the ui input then existing search results are disappearing. is there anyway to keep previous results as well with the ui search?
Unfortunately performing a search on the UI would mean cancelling and performing a new search. By design it will stop the current search and start a new search.