Why mongo aggerate pipeline can not use regex and get the first regular match?
I wanted search how many file extension in mongo which stored 10 million filename.Now i can use $split and $elementAt to get the file extension , but i wonder why regular expressions are not supported
Comments
Post a Comment