Ghost/ghost/core
Kevin Ansfield a86f9dbdda Cleaned up internalLinking labs flag
closes https://linear.app/tryghost/issue/PLG-15

- removed `internalLinking` GA labs flag
- renamed search providers to `flex` and `basic`
  - keeps old search provider around as it can handle non-English languages unlike the faster flex provider
- updated `search` service to switch from `flex` to `basic` when the site's locale is not english
- bumped Koenig packages to switch from a feature flag for toggling internal linking features to the presence of the `searchLinks` function in card config
- updated tests to correctly switch between flex and basic providers in respective suites
2024-08-12 13:08:29 +01:00
..
content 🎨 Updated Source to v1.3.2 2024-07-19 16:04:20 +00:00
core Cleaned up internalLinking labs flag 2024-08-12 13:08:29 +01:00
test Cleaned up internalLinking labs flag 2024-08-12 13:08:29 +01:00
.c8rc.e2e.json
.c8rc.json
.eslintignore
.eslintrc.js
.npmignore
config.development.json
ghost.js Lazyloaded several required dependencies 2024-07-26 09:52:26 +02:00
index.js
jsconfig.json
loggingrc.js
MigratorConfig.js
monobundle.js Improved speed of monobundle script 2024-07-22 15:45:46 +02:00
package.json Cleaned up internalLinking labs flag 2024-08-12 13:08:29 +01:00
playwright.config.js