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 533b161 commit 9d55ab6Copy full SHA for 9d55ab6
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts
@@ -38,7 +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 (")
+ * Wrap the attribute between quotes. Escape backslash (\\) and quote (")
42
* characters.
43
44
* @param {string} filter
0 commit comments