searchinGhost icon indicating copy to clipboard operation
searchinGhost copied to clipboard

A pure javascript, lightweight & in-browser full-text search plugin for Ghost (blog)

Results 3 searchinGhost issues
Sort by recently updated
recently updated
newest added

This is a critical upgrade, mostly due to [this issue](https://github.com/nextapps-de/flexsearch/issues/70). With the default configuration, if a Ghost post title includes the search query, then only those posts with the search...

I get the follow error in console when using the search: Unable to fetch Ghost data. DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'SearchinGhost_index' exceeded the...

It seems that `reading_time` is not supported in `postsFields`. I've defined: ```js postsFields: ['title', 'url', 'excerpt', 'custom_excerpt', 'published_at', 'feature_image', 'reading_time'], ``` and inside `template` function the `${post.reading_time}` outputs `undefined`. Click...