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.
1 parent b5eeae3 commit 2f7aa46Copy full SHA for 2f7aa46
weaviate/collections/filters.py
@@ -63,7 +63,7 @@ def __value_filter(weav_filter: _FilterValue) -> base_pb2.Filters:
63
value_number_array=_FilterToGRPC.__filter_to_float_list(weav_filter.value),
64
value_text_array=_FilterToGRPC.__filter_to_text_list(weav_filter.value),
65
value_geo=_FilterToGRPC.__filter_to_geo(weav_filter.value),
66
- target=_FilterToGRPC.__to_target(weav_filter.target),
+ target=target,
67
)
68
69
@staticmethod
0 commit comments