- Issue created by @styx1983
- Merge request !12Issue #3460457 by Styx1983: Rework the Suggestion for CKEditor Anchor Link Matcher class for LinkIt → (Open) created by styx1983
The downside of my current solution is the amount and, in bigger systems, the complexity of the created database queries, especially when paragraphs are used. I added the configuration parameter "recursion_active" and "recursion_depth" to the config page of the matcher to mitigate this problem. My prefered solution would have been to add tracking for created and removed anchor links within the database to get rid of the flexible detection and thereby to make the complexity of the query foreseeable, but this kind of solution would have needed more changes to your module.
Needs review
3.0
Code