-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
Fully Compatible
-
v7.3, v7.0, v6.0
-
(copied to CRM)
Atlas Search supports filtering over several data types. Today, mongod validates that data types used in filter operators/expressions are data types that are supported in $vectorSearch. This ticket is to remove validation on filter data types in mongod.
mongot also validates filter data types today, and it is somewhat redundant to do this in two places. Validation in mongod also makes it more difficult to expand support for other data types in $vectorSearch filter.
- is related to
-
SERVER-81050 Remove $vectorSearch stage filter restrictions on date and objectId types
- Closed
- related to
-
SERVER-85751 Remove $vectorSearch field validations
- Closed