Skip to content

Commit 57ee56a

Browse files
Merge pull request #29 from rdlh/patch-1
Fixed typo in points.rb
2 parents cccb5e8 + d2d6356 commit 57ee56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/qdrant/points.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def count(
342342
response = client.connection.post("collections/#{collection_name}/#{PATH}/count") do |req|
343343
req.body = {}
344344
req.body["filter"] = filter unless filter.nil?
345-
req.body["exact"] = filter unless exact.nil?
345+
req.body["exact"] = exact unless exact.nil?
346346
end
347347
response.body
348348
end

0 commit comments

Comments
 (0)