Eamonn Nugent

Results 4 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?

I agree with @alexdashkov, and have the same issue. I completely expect that this is an "error," however, it does spam my console and makes a muck of my error...