Database

[{"name":"cell phones"}]

Query

db.collection.aggregate([{"$project":{"name":{"$reduce":{"input":{"$split":["$name"," "]},"initialValue":"","in":{"$concat":["$$value","$$this"]}}}}},{"$match":{"name":"cellphones"}}])

Result