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.
2 parents cccb5e8 + d2d6356 commit 57ee56aCopy full SHA for 57ee56a
lib/qdrant/points.rb
@@ -342,7 +342,7 @@ def count(
342
response = client.connection.post("collections/#{collection_name}/#{PATH}/count") do |req|
343
req.body = {}
344
req.body["filter"] = filter unless filter.nil?
345
- req.body["exact"] = filter unless exact.nil?
+ req.body["exact"] = exact unless exact.nil?
346
end
347
response.body
348
0 commit comments