Skip to content

Commit e7e45c4

Browse files
committed
fix another test
1 parent a25f5c6 commit e7e45c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/tests/integration-tests/contentSearch.integration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test('Highlighting', async() => {
4444
h.setHighlightable({ dataKeys: ['Description'] })
4545
// You have to specify to include the offset.
4646
// Currently offset is the only way to get a result, so if not set, you won't get a result.
47-
h.setShape({ includeOffsets: true, textSnippets: { includeTextSnippets: true } })
47+
h.setShape({ includeOffsets: true, textSnippets: { includeTextSnippets: true, includeEllipses: true } })
4848
}).build();
4949

5050
const result = await searcher.searchContents(request);

0 commit comments

Comments
 (0)