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
Search with `.find` can be restricted by user-defined filters. Such filters can be constructed following the guidelines
154
-
in [Qdrant's Documentation](https://qdrant.tech/documentation/filtering/)
152
+
Search with `.find` can be restricted by user-defined filters. The supported tag types for filter are `'int'`, `'float'`, `'bool'`, `'str'`, `'text'` and `'geo'` as in [Qdrant](https://qdrant.tech/documentation/payload/). Such filters can be constructed following the guidelines in [Qdrant's Documentation](https://qdrant.tech/documentation/filtering/)
155
153
156
154
157
155
### Example of `.find` with a filter
@@ -276,4 +274,4 @@ Points with "price" at most 7:
0 commit comments