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 1edcaca commit 901db27Copy full SHA for 901db27
README.md
@@ -191,6 +191,7 @@ $index->create(); // Create index with structure from settings() method
191
$index->bulk(); // Send bulk request
192
$index->get(); // Send get request
193
$index->documentDelete(); // Send documentDelete request
194
+$index->deleteByQuery(); // Send deleteByQuery request
195
```
196
197
## Query Log
0 commit comments