-
Type: Bug
-
Resolution: Won't Do
-
Priority: Major - P3
-
Affects Version/s: 1.44.4
-
Component/s: None
-
Environment:OS: MacOS
-
Not Needed
-
Developer Tools
I typed in some query like `{ name: /foo/i }` to look for documents. I found a document I'm interested in and wanted to bookmark a query to load that document quickly. So I copied the `_id` of that document, changed my query to `{ _id: ObjectId( "<pasted id here>" ) }` and executed it to ensure that I'm finding the proper document.
Trying to bookmark that query, however is impossible now - the query is not on the Recent list, only the `{ name: RegExp("foo", "i" ) }` is.