Skip to content

Commit

Permalink
Update op_doc.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
zcdb committed Mar 18, 2024
1 parent 103e947 commit af53ccb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/use_op/op_doc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ Delete data according to query filtering results
curl -H "content-type: application/json" -XPOST -d'
{
"query": {
"sum": [{}]
"filter": [{}]
}
}
' http://router_server/$db_name/$space_name/_delete_by_query

see detail infomation in search

Batch delete according to ID
::

Expand Down

0 comments on commit af53ccb

Please sign in to comment.