0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/server/services/url
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
..
configs
index.js Changed /^testing/ regexp use to startsWith method 2021-11-22 21:56:32 +13:00
LocalFileCache.js Added writeDisabled flag to URL file cache 2021-11-22 21:56:32 +13:00
Queue.js
Resource.js
Resources.js Added resource cache handling to UrlService 2021-11-17 00:00:23 +13:00
UrlGenerator.js Added "contains" operator support to ?filter= query params (#14286) 2022-03-09 13:02:17 +00:00
Urls.js Booting instance with persisted urls 2021-11-13 01:01:28 +13:00
UrlService.js Fixed UrlService initialization 2021-11-22 21:56:32 +13:00