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 e740584 commit 4fe340cCopy full SHA for 4fe340c
playground/javascript/node/search.ts
@@ -19,10 +19,10 @@ async function testSearch() {
19
try {
20
const req = await client.setSettings({
21
indexName: 'theIndexName',
22
- indexSettings: { distinct: 'company' },
+ indexSettings: { distinct: true },
23
})
24
25
- // @ts-ignore
+
26
console.log(`[OK]`, req);
27
} catch (e: any) {
28
// Instance of
0 commit comments