xiaohutai / jsonapi

[Bolt Extension] JSON API for Bolt CMS
https://market.bolt.cm/view/bolt/jsonapi
MIT License
55 stars 18 forks source link

Query parser Fix #34 #36

Closed Raistlfiren closed 7 years ago

Raistlfiren commented 7 years ago

The Bolt core updated how the ContentQueryParser was registered as a service. Since the update, it now uses a fresh instance of the ContentQueryParser class. This broke functionality with the extension by not including the Paging handlers and directives. It is now fixed with this PR. Closes - https://github.com/xiaohutai/jsonapi/issues/34