You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grpc._channel._MultiThreadedRendezvous: <_MultiThreadedRendezvous of RPC that terminated with:
status = StatusCode.INVALID_ARGUMENT
details = "Field `review` is not present in collection"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2023-05-24T12:40:23.454598-07:00", grpc_status:3, grpc_message:"Field `review` is not present in collection"}"
Same happens for exclude fields
Expected behavior
review should be included/excluded
Also the message should not say is not present in Collection, as I am querying on a search index (but that's not a dealbreaker)
Version [e.g. 22] - beta.108
The text was updated successfully, but these errors were encountered:
Describe the bug
Objects in schema are not available for field inclusion/exclusion when making search queries with
include_fields
orexclude_fields
To Reproduce
1. Create standalone search index
2. Send a search query with
review
included ininclude_fields
orexclude_fields
throws following error:
Same happens for exclude fields
Expected behavior
review
should be included/excludedAlso the message should not say
is not present in Collection
, as I am querying on a search index (but that's not a dealbreaker)Version [e.g. 22] - beta.108
The text was updated successfully, but these errors were encountered: