Query Code for Python 3 without unicode prefix
When generating query code for Python in the aggregation editor, it generates Python 2 syntax for Unicode strings (u"$match").
There should be an option to also generate for Python 3 without these prefixes (since Unicode strings are now the default).
1
vote
Callum
shared this idea