You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preset key in config/scolta.php: Set SCOLTA_PRESET in .env (or edit the published config file) to apply a named scoring preset. Available values: content_catalog, reference, ecommerce, blog, none (default). The flattenConfig() helper already passes this key through to ScoltaConfig::fromArray(), which applies preset values before any explicit scoring overrides in the scoring array. Requires scolta-php ≥ 0.3.9.