0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/api/v3
Kevin Ansfield 51e04c75ad
Added "contains" operator support to ?filter= query params (#14286)
refs https://github.com/TryGhost/Team/issues/1408

- switched from `@nexes/nql` to `@tryghost/nql` and bumped `@tryghost/bookshelf-plugins` to get access to the latest NQL version across the app
- adds "contains" operator support
  - `:~'string'` - contains
  - `:-~'string'` - does not contain
  - `:~^'string'` - starts with
  - `:-~^'string'` - does not start with
  - `:~$'string'` - ends with
  - `:-~$'string'` - does not end with
- enables `'` escaping in strings, eg `'O\'Nolan'`
2022-03-09 13:02:17 +00:00
..
utils Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
actions.js
authentication.js Renamed middlewares to middleware consistently 2021-11-16 15:51:47 +00:00
authors-public.js Replaced i18n with tpl in core/server/api/v3 (#13548) 2021-10-12 08:33:33 +01:00
config.js
db.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
email-preview.js Replace i18n with tpl in email-preview.js (#13475) 2021-10-07 09:22:32 +01:00
email.js Replaced i18n with tpl in core/server/api/v3 (#13548) 2021-10-12 08:33:33 +01:00
identities.js
images.js Made storage calls related to images use "images" feature 2021-10-21 20:22:45 +13:00
index.js Added eslint override for index.js false positives 2021-08-13 12:48:49 +01:00
integrations.js Replaced i18n with tpl in core/server/api/v3 (#13548) 2021-10-12 08:33:33 +01:00
invites.js Replace i18n with tpl in core/server/api/v3/invites.js (#13587) 2021-10-13 09:07:57 +01:00
labels.js Replaced i18n with tpl in core/server/api/v3 (#13548) 2021-10-12 08:33:33 +01:00
mail.js Replace the deprecated dependency i18n with tpl in mail.js files (#13449) 2021-10-05 10:40:00 +01:00
members.js 🐛 Fixed email type when creating Members via API 2021-11-02 12:56:00 +02:00
memberSigninUrls.js Fixed duplicate message due to bad merge 2021-10-13 09:17:01 +01:00
membersStripeConnect.js
notifications.js
oembed.js Refactored tpl to never be used in DI 2021-10-11 15:19:54 +01:00
pages-public.js Replace i18n with tpl in api/v3/pages-public.js (#13586) 2021-10-13 09:07:42 +01:00
pages.js Replace i18n with tpl in api/v3/pages.js (#13585) 2021-10-13 09:06:53 +01:00
posts-public.js Replaced i18n w/ tpl in /core/server/api/v3/posts-public.js (#13527) 2021-10-11 14:40:01 +01:00
posts.js Replaced i18n.t w/ tpl helper in v3/posts.js file (#13580) 2021-10-13 08:58:34 +01:00
preview.js Replaced i18n w/ tpl in /core/server/api/v3/preview.js (#13526) 2021-10-11 14:39:36 +01:00
redirects.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
roles.js
schedules.js Migrated schedules v2/v3 APIs to match refactor in canary 2021-09-04 07:49:11 +12:00
session.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
settings-public.js
settings.js Replaced i18n.t w/ tpl in v3/settings.js (#13551) 2021-10-12 08:36:11 +01:00
site.js
slack.js
slugs.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
snippets.js
tags-public.js Replace the dependency i18n with tpl in all tags.js files (#13447) 2021-10-05 10:38:13 +01:00
tags.js Replace the dependency i18n with tpl in all tags.js files (#13447) 2021-10-05 10:38:13 +01:00
themes.js
users.js Replace the deprecated dependency i18n with tpl in users.js files (#13446) 2021-10-05 10:37:05 +01:00
webhooks.js Replaced i18n.t w/ tpl helper in webhooks (#13482) 2021-10-08 15:26:44 +01:00