mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
842290cbef
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]'. |
||
---|---|---|
.. | ||
content | ||
core | ||
test | ||
.c8rc.e2e.json | ||
.c8rc.json | ||
.eslintignore | ||
.eslintrc.js | ||
.npmignore | ||
config.development.json | ||
ghost.js | ||
index.js | ||
jsconfig.json | ||
loggingrc.js | ||
MigratorConfig.js | ||
monobundle.js | ||
package.json | ||
playwright.config.js |