Skip to content

Commit 9d55ab6

Browse files
authored
Update packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts
1 parent 533b161 commit 9d55ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function transformFacetFilter(filter: string): string {
3838
*
3939
* 'price = 5.99' becomes '"price"=5.99'
4040
*
41-
* Wrap the attribute between quotes. Escape backslash () and quote (")
41+
* Wrap the attribute between quotes. Escape backslash (\\) and quote (")
4242
* characters.
4343
*
4444
* @param {string} filter

0 commit comments

Comments
 (0)