Skip to content

v1.5.2 - Sync semantic suggestions with frontend config

Choose a tag to compare

@friteuseb friteuseb released this 22 Nov 17:41
· 22 commits to main since this release

Changes

  • Semantic suggestions now respect the same qualityLevel and maxSuggestions settings as the frontend display
  • Each page shows only the top N suggestions that would actually appear on the website
  • Fixes the discrepancy where backend graph showed more links than visible on frontend

Configuration

The plugin now reads from semantic_suggestion TypoScript:

  • plugin.tx_semanticsuggestion_suggestions.settings.qualityLevel (default: 0.3)
  • plugin.tx_semanticsuggestion_suggestions.settings.maxSuggestions (default: 3)