-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Component/s: Index Management
-
None
-
Builder Changes Needed
-
Summary
Users can now natively query UUID and null fields within Atlas Search. This functionality will be supported by all MongoDB versions.
Motivation
Who is the affected end user?
Backend, Fullstack developer
How does this affect the end user?
Users can now easily index and query UUID and null fields.
How likely is it that this problem or use case will occur?
Main path
If the problem does occur, what are the consequences and how severe are they?
Previously, users had to store, index and query their UUIDs and nulls as 'string' fields to use with Atlas Search. This results in data duplication, results in poor code hygiene, and is not acceptable for users who use strictly typed languages.
Is this issue urgent?
Does this ticket have a required timeline? What is it?
Is this ticket required by a downstream team?
Needed by Atlas Search
Is this ticket only for tests?
Functional improvement
Acceptance Criteria
Users must be able to query for
- UUID types using the equals and in operator
- null using the equals operator
Additionally, users must be able to specify UUID fields for Atlas Search sorting.
- split to
-
CSHARP-4938 Drivers Support for indexing and querying on UUID and null datatype
- Backlog
-
JAVA-5299 Drivers Support for indexing and querying on UUID and null datatype
- Blocked
-
PHPORM-135 Drivers Support for indexing and querying on UUID and null datatype
- Closed