kelyvin / ghost-caffeine-theme

A minimalist, Material Design inspired Ghost Theme for optimal desktop and mobile experiences
https://caffeinecoding.com
MIT License
333 stars 97 forks source link

GhostHunter search limited to 15 posts #16

Open andrewlock opened 8 years ago

andrewlock commented 8 years ago

It is a limitation of the current implementation of the ghosthunter plugin, but currently only the latest 15 posts will be searched.

The version of ghosthunter we're using uses the RSS feed as it's source, which according to this post is hard coded to 15 posts.

It looks like the latest version uses the public ghost API, but that does require you enable it, and looks like it may have some performance issues at present.

I suggest we keep an eye on the project for now till it looks like a good option :smile:

kelyvin commented 8 years ago

I'm most likely going to wait until the public API gets out of beta before committing to the switchover :)

Also saw some new feature support come out of the new versions that have better support fetching the list of tags for your blog and etc. I will also look into those soon as well.

andrewlock commented 8 years ago

Cool, yep completely agree with you RE the public API!