Skip to content

Commit

Permalink
Merge bd4257c into 9ffae59
Browse files Browse the repository at this point in the history
  • Loading branch information
uglide authored Feb 21, 2023
2 parents 9ffae59 + bd4257c commit 6280bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/search-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
await client.ft.create('idx:users', {
'$.name': {
type: SchemaFieldTypes.TEXT,
SORTABLE: 'UNF'
SORTABLE: true
},
'$.age': {
type: SchemaFieldTypes.NUMERIC,
Expand Down

0 comments on commit 6280bf4

Please sign in to comment.