Krishnamoorthy

My feedback

1 result found

  1. 19 votes
    planned  ·  4 comments  ·  Atlas Search  ·  Admin →
    How important is this to you?
    An error occurred while saving the comment
    Krishnamoorthy commented  · 

    I have almost similar requirement.

    my document looks like this
    {
    "_id": "123",
    "name": "abc",
    "programmingLanguage": [
    {
    "id": 1,
    "language": "Rust"
    },
    {
    "id": 2,
    "language": "Python"
    }
    ]
    }

    Need to match only "Python" and return the result like this
    {
    "_id": "123",
    "name": "abc",
    "programmingLanguage": [
    {
    "id": 2,
    "language": "Python"
    }
    ]
    }

    Krishnamoorthy supported this idea  · 

Feedback and Knowledge Base