Closed byewokko closed 1 year ago
ISSUE: it is not possible to efficiently search by partial session id match - there is no such thing as regex for bson.ObjectId. because of that, it is only possible to search by full id. Is that even useful?
bson.ObjectId
not useful
ISSUE: it is not possible to efficiently search by partial session id match - there is no such thing as regex for
bson.ObjectId
. because of that, it is only possible to search by full id. Is that even useful?