Skip to content

Krishnamoorthy

My feedback

1 result found

  1. 16 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    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