Skip to content

Commit 2780aca

Browse files
author
Sebastian Helzle
committed
TASK: Strip tags from autocomplete input
1 parent daeb93a commit 2780aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Configuration/NodeTypes.Mixins.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
elasticSearchMapping:
2727
type: string
2828
analyzer: autocomplete
29-
indexing: "${q(node).property('title')}"
29+
indexing: "${String.stripTags(q(node).property('title'))}"

0 commit comments

Comments
 (0)