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 e735abd commit 055e2eaCopy full SHA for 055e2ea
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts
@@ -38,8 +38,7 @@ function transformFacetFilter(filter: string): string {
38
*
39
* 'price = 5.99' becomes '"price"=5.99'
40
41
- * Wrap the attribute between quotes. Escape backslash (\) and quote (")
42
- * characters.
+ * Wrap the attribute between quotes. Escape backslash \ and quote " characters.
43
44
* @param {string} filter
45
* @returns {string}
0 commit comments