mirror of
https://github.com/qdrant/qdrant-client.git
synced 2026-09-21 13:37:55 -05:00
grpc.KeywordPrefixParams is an empty message: presence is the only signal, so an explicit prefix=False cannot be represented in gRPC. It is sent as absent (same server-side semantics, disabled) and is recovered as None. Document this at both conversion sites and pin the behavior with a reverse-direction (rest->grpc->rest) test.