Ghost/core/server/services/url
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
..
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
Queue.js Added ability to upload/reload routes.yaml 2018-08-16 12:13:24 +02:00
Resource.js Minimized cached data on resource add/update 2018-08-12 14:23:32 +02:00
Resources.js Added ability to upload/reload routes.yaml 2018-08-16 12:13:24 +02:00
UrlGenerator.js Added advanced filtering to Dynamic Routing (#9757) 2018-08-16 12:13:24 +02:00
Urls.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
UrlService.js Added ability to upload/reload routes.yaml 2018-08-16 12:13:24 +02:00
utils.js 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00