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 4ea572d commit 8b9323cCopy full SHA for 8b9323c
src/index.ts
@@ -318,7 +318,7 @@ class AddSearchClient {
318
this.settings.addCustomFieldFilter(fieldName, value);
319
}
320
321
- removeCustomFieldFilter(fieldName: string, value: string): void {
+ removeCustomFieldFilter(fieldName: string, value?: string): void {
322
this.settings.removeCustomFieldFilter(fieldName, value);
323
324
0 commit comments