v1.5.2 - Sync semantic suggestions with frontend config
Changes
- Semantic suggestions now respect the same
qualityLevelandmaxSuggestionssettings 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)