Skip to content

Commit 74d9af0

Browse files
TASK: Fix fusion example
1 parent 0016cc1 commit 74d9af0

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
@@ -128,7 +128,7 @@ It is recommended to remove characters, which are reserved in Elasticsearch from
128128
an eel helper to replace them before submitting the search like this:
129129

130130
prototype(Flowpack.SearchPlugin:Search) {
131-
searchTerm = Flowpack.SearchPlugin.SearchTerm.sanitize(${request.arguments.search})
131+
searchTerm = ${Flowpack.SearchPlugin.SearchTerm.sanitize(request.arguments.search)}
132132
}
133133

134134
Keep in mind, that this blocks the explicit use of wildcards (`*`) and phrase search (`"search exactly this"`)

0 commit comments

Comments
 (0)