Eamonn Nugent

Results 3 comments of Eamonn Nugent

I've been trying that, but I get a KeyError: `Mapping Key Not Found` on the text `score`

For anybody finding this issue: I found that an aggregate pipeline works. Here's my code. ```python foos = db.foo.aggregate([ {"$match": {"$text": {"$search": text}}}, {"$sort": {"score": {"$meta": "textScore"}}}, {"$project": {"score": 1,...

+1 I need to multi-cluster TCP load balance as well. Is there any update on the progress of this issue?