Ghost/apps
Steve Larson 842290cbef
Improved performance for filter strings with multiple neq statements (#20198)
ref https://linear.app/tryghost/issue/CFR-27
- updated packages to include performance improvement for NQL filter
strings including multiple neq filters for the same resource
- bumped `bookshelf-plugins`
- bumped NQL versions

We identified a performance fix that allows us to combine not equal
(neq) filters for the same resource in a logically-equivalent way that
also has far more performant resulting SQL.

We're effectively automatically combining strings like
'tag:-tag1+tag:-tag2` into 'tag:-[tag1,tag2]'.
2024-05-13 10:35:27 -05:00
..
admin-x-activitypub Update Types packages 2024-05-13 09:04:16 +02:00
admin-x-demo Update Types packages 2024-05-13 09:04:16 +02:00
admin-x-design-system Update CSS preprocessors 2024-05-09 10:36:59 +02:00
admin-x-framework Update Types packages 2024-05-13 09:04:16 +02:00
admin-x-settings Improved performance for filter strings with multiple neq statements (#20198) 2024-05-13 10:35:27 -05:00
announcement-bar Update TryGhost packages 2024-05-01 08:49:04 +02:00
comments-ui Update tiptap monorepo to v2.3.2 2024-05-08 16:16:50 +00:00
portal Released Portal v2.37.7 (#20185) 2024-05-09 15:40:29 +00:00
signup-form Update Types packages 2024-05-13 09:04:16 +02:00
sodo-search Update TryGhost packages 2024-05-01 08:49:04 +02:00