Ghost/core
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
..
client@f960615fe8 Updated Admin to v4.38.1 2022-03-09 08:59:59 +00:00
frontend Updated content cta helper to use new tiers helper 2022-03-04 18:22:59 +05:30
server Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
shared Bumped new tiers beta features from individual flags 2022-03-09 16:19:10 +05:30
app.js Fixed express app stacking 2021-12-06 21:28:53 +13:00
boot.js Added handler for unhandled rejections 2022-02-18 10:35:36 +01:00
bridge.js 💡 Pinned frontend API version to canary 2022-02-17 17:55:55 +00:00