Database

[{"title":"One"},{"title":"One two"}]

Query

db.collection.aggregate([{"$match":{"$expr":{"$eq":[{"$size":{"$split":["$title"," "]}},1]}}}])

Result