StaticSearch v0.8.1 update

By Craig Buckler

267 words, 2-minute read

update
Image courtesy of Markus Winkler

StaticSearch v0.8.1 was released on . There should be no breaking changes since the changes are minor:

Mobile virtual keyboards #

I recommend you add interactive-widget=resizes-content to your HTML viewport meta tags, e.g.

HTML

<meta name="viewport" content="width=device-width,interactive-widget=resizes-content">

This resizes the viewport when the keyboard appears. The StaticSearch <dialog> height changes accordingly and it becomes easier to scroll through results.

mobile keyboard resizes viewport

Refer to mobile virtual keyboards for more information.

Get started #

The StaticSearch documentation provides a quick start guide, and details about the indexer, single script tag, web component,web component, bind module, and JavaScript API.

StaticSearch works well with Publican sites. The Publican documentation provides a quick start guide, a detailed set-up guide, API references, and common recipes you can use and adapt for your own projects.