Ghost/core/server/api/v2/utils
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
..
serializers Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
validators Replace i18n with tpl in api/v2/utils/validators/input/users.js (#13589) 2021-10-13 09:08:57 +01:00
index.js Added comments for Ghost API 2019-05-06 14:49:25 +02:00
permissions.js Switch to @tryghost/errors from ignition errors package (#13807) 2021-12-01 10:22:01 +00:00