0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/api/v2
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
config.js
db.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
images.js Made storage calls related to images use "images" feature 2021-10-21 20:22:45 +13:00
index.js
integrations.js
invites.js Replaced i18n.t w/ tpl in v2/invites.js (#13498) 2021-10-08 15:38:06 +01:00
mail.js
notifications.js
oembed.js Replaced i18n.t w/ tpl in v2/oembed.js (#13499) 2021-10-08 15:38:23 +01:00
pages-public.js
pages.js Replaced i18n.t w/ tpl in v2/pages.js (#13500) 2021-10-08 15:38:40 +01:00
posts-public.js Replaced i18n.t w/ tpl in v2/posts-public.js (#13501) 2021-10-08 15:39:15 +01:00
posts.js Replaced i18n.t w/ tpl in v2/posts.js (#13502) 2021-10-08 15:39:58 +01:00
preview.js Replaced i18n.t w/ tpl in v2/preview.js (#13503) 2021-10-08 15:40:22 +01:00
redirects.js Used DynamicRedirectManager for Custom Redirects 2021-11-03 07:41:55 +13:00
roles.js
schedules.js
session.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
settings-public.js
settings.js Updated eslint-plugin-ghost & fixed resulting failures 2022-02-21 12:30:12 +00:00
site.js
slack.js
slugs.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00
tags-public.js
tags.js
themes.js
users.js
webhooks.js