We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e6c35 commit 85c3fb0Copy full SHA for 85c3fb0
packages/search/lib/commands/SEARCH_NOCONTENT.spec.ts
@@ -26,7 +26,7 @@ describe('SEARCH_NOCONTENT', () => {
26
testUtils.testWithClient('returns total and keys', async client => {
27
await Promise.all([
28
client.ft.create('index', {
29
- field: SchemaFieldTypes.NUMERIC
+ field: SchemaFieldTypes.TEXT
30
}),
31
client.hSet('1', 'field', 'field1'),
32
client.hSet('2', 'field', 'field2'),
0 commit comments