Skip to content

Commit 76d78f7

Browse files
committed
Add sample with fuzzy search - issue #4
1 parent db2bb0a commit 76d78f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

sample-app/front-end/src/lib/search-samples.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"cli" : "FT.SEARCH 'idx:movie' '*'",
55
"form" : "*"
66
},
7+
{
8+
"title" : "Fuzzy Search 'empre', for Empire",
9+
"cli" : "FT.SEARCH 'idx:movie' '%empre%'",
10+
"form" : "%empre%"
11+
},
712
{
813
"title" : "All 'Action' Movies",
914
"cli" : "FT.SEARCH 'idx:movie' '@genre:{Action}'",

0 commit comments

Comments
 (0)