Skip to content

v1.3.1

Compare
Choose a tag to compare
@tbillington tbillington released this 07 May 03:03
· 54 commits to master since this release

Additions

Search queries are now added the the address bar to enable users to navigate back to a search results page. The query param used defaults to q but is configurable via the top level config option urlQueryParam.

Config

{
    project: "example",
    collection: "example",
    // ...
    urlQueryParam: "q"
}

Address bar after search for "example search"

example.com/?q=example+search

Changes

Upgraded dependencies