Log file Viewer
Help
|
Karma
| Search:
#mongodb logs for Saturday the 14th of August, 2021
(
Back to #mongodb overview
) (
Back to channel listing
) (
Animate logs
)
[
09:39:58
] <
pycode
> hello
[
09:40:41
] <
pycode
> i have documents like {"my_list": [{'id': 1, value: {...}}, {'id': 2, value:{....}}]}
[
09:41:03
] <
pycode
> is it possible to return all the documents filtering that list (my_list)
[
09:41:10
] <
pycode
> but this filter is just for visualization
[
09:41:39
] <
pycode
> it is not mandatory i mean if i filter by "id" 1 and 2 i just want to return those document inside that list
[
09:41:45
] <
pycode
> possible?
[
12:43:58
] <
pycode
> hi