• Hello,
    I currently use your search bar on my site and love it. However, I’m building a progressive web app and when I’m offline the results do not show. Is it possible to precache search results or display them in any other manner?

Viewing 1 replies (of 1 total)
  • Plugin Author wpdreams

    (@wpdreams)

    Hi,

    I’m afraid that is not possible without making direct modifications to the core code. Precaching results could take huge amounts of local storage data (as they can’t be requested asynchronously), as almost everything would have to be dumped into the page source itself so they can be accessed oflline and then the search to be executed on the client side. There is probably a way to somehow resolve that, but it’s very likely quite challenging.

    All the best,
    Ernest

Viewing 1 replies (of 1 total)
  • The topic ‘Caching search results’ is closed to new replies.