0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-08 02:52:39 -05:00
ghost/core
Hannah Wolfe 290f74f815 Added advanced filtering to Dynamic Routing (#9757)
refs #9601, refs #9742

- Upgraded NQL to 0.1.0
- The new version of NQL supports aliases e.g. `tag: tags.slug`, which makes it possible to define `filter=tag:support`
- Furthermore, this allows us to support advanced filtering like tag:[a,b]
- In dynamic routing, we use mingo via NQL which has a slightly different feature set to GQL in the API:
   - AND NOT, OR and other advanced logic combos DO work on joined tables
   - Counts are not yet supported
- The Dynamic Routing beta docs should describe that API filtering and Dynamic Routing filtering is different
2018-08-16 12:13:24 +02:00
..
client@2f812c4f51 Updated docs links 2018-08-16 12:13:24 +02:00
server Added advanced filtering to Dynamic Routing (#9757) 2018-08-16 12:13:24 +02:00
test Changes for Koenig and Ghost 2.0 (#9750) 2018-08-16 12:13:24 +02:00
index.js Misc grunt /dev updates 2015-05-28 20:25:14 +01:00