You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue happens because { equals: { path: 'assignee_id', value: nil } } is not really filterig nil values.
Does anyone know how can I use nil to filter? According to Mongo community is already implemented, and it works on Atlas Search tester, seems something related to the library
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a pipeline that start with:
The issue happens because
{ equals: { path: 'assignee_id', value: nil } }
is not really filterig nil values.Does anyone know how can I use nil to filter? According to Mongo community is already implemented, and it works on Atlas Search tester, seems something related to the library
https://www.mongodb.com/docs/atlas/atlas-search/equals/
Beta Was this translation helpful? Give feedback.
All reactions