I have a collection which contains documents having delimiter "|".
{
"_id" : ObjectId("57bbe4342a00d122b0075fbb"),
"phone_search" : "9255958588|9138115601|9034223813",
"address" : "Central Complex Market|Rohtak Road|Sonipat|Rohtak Road-131001|Sonepat|HARYANA",
"national_catidlineage_search" : "/10255012/|/10406930/",
"area" : "Rohtak Road",
}
Is there any command in mongodb which can replace all "|"s with ","s for all the documents in the collection?