Ghost has a native search feature that can be accessed via URL or implemented directly into themes using a single data attribute.
#/search
URL to the navigation or anywhere on the site. Beyond that, it’s also possible to implement search directly into a theme using a data attribute.
{{search}}
helper to output a button with a search icon. See the helper docs for more details.
Alternatively, add the data-ghost-search
data attribute to any element in the theme. Here’s an example from the default theme Casper:
Cmd/Ctrl + K
.