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 ef3576f commit 6f5570fCopy full SHA for 6f5570f
packages/instant-meilisearch/__tests__/sort.test.ts
@@ -19,7 +19,7 @@ describe('Sort browser test', () => {
19
await meilisearchClient.index('movies').waitForTask(documentsTask.taskUid)
20
})
21
22
- test('sort-by one fields', async () => {
+ test('sort-by one field', async () => {
23
const response = await searchClient.search<Movies>([
24
{
25
indexName: 'movies:release_date:desc',
0 commit comments