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 6857ba5 commit 63a8d64Copy full SHA for 63a8d64
src/client/instant-meilisearch-client.ts
@@ -108,7 +108,6 @@ function createSearchContext(
108
// Split index name and possible sorting rules
109
const [indexUid, ...sortByArray] = searchRequest.indexName.split(':')
110
const { params: instantSearchParams } = searchRequest
111
- console.log({ indexUid, sortByArray })
112
113
const searchContext: SearchContext = {
114
...options,
0 commit comments