Skip to content

Commit

Permalink
Update search-hashes.js (#2519)
Browse files Browse the repository at this point in the history
  • Loading branch information
leibale committed May 29, 2023
1 parent 85091cd commit 499ea85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/search-hashes.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ try {
await client.ft.create('idx:animals', {
name: {
type: SchemaFieldTypes.TEXT,
sortable: true
SORTABLE: true
},
species: SchemaFieldTypes.TAG,
age: SchemaFieldTypes.NUMERIC
Expand Down

0 comments on commit 499ea85

Please sign in to comment.