Skip to content

Commit a9b67d0

Browse files
rolandschuetzdaniellienert
authored andcommitted
BUGFIX: Eel needs to be quoted in YAMl
1 parent e40c403 commit a9b67d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ An example:
607607
properties:
608608
title:
609609
search:
610-
fulltextExtractor: ${Indexing.extractInto('h1', value)}
610+
fulltextExtractor: '${Indexing.extractInto("h1", value)}'
611611
```
612612
613613

0 commit comments

Comments
 (0)