In Breaking Changes - Ghost Developer Docs
Requesting ?limit=all from any API endpoint will not error, but instead will return a maximum of 100 items.
The theme custom search relies on bringing back all posts – so I imagine that, in sites which use Liebling and which update to Ghost6, the template search will only 'see' 100 posts. Posts outside that 100 will not be processed by search, so their content will no longer be returned in search.
In Breaking Changes - Ghost Developer Docs
The theme custom search relies on bringing back all posts – so I imagine that, in sites which use Liebling and which update to Ghost6, the template search will only 'see' 100 posts. Posts outside that 100 will not be processed by search, so their content will no longer be returned in search.
liebling/src/js/app.js
Line 97 in 5aaee33