Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not getting data based on child node from query method #59

Open
nitishsati82 opened this issue Mar 8, 2021 · 0 comments
Open

Not getting data based on child node from query method #59

nitishsati82 opened this issue Mar 8, 2021 · 0 comments

Comments

@nitishsati82
Copy link

document data

{
   "family":[
      {
         "familyId":"123",
         "children":[
            {
               "childId":"123-1"
              
            }
         ]
      }
}

@Repository public interface FamilyRepository extends CosmosRepository<Family, String>{ List<Family> findByFamilyIdChildrenChildId(String familyId,String childId); }

I am getting a blank list while using the above method to fetch the data.

pom depedency:-

com.azure.spring
azure-spring-boot-starter-cosmos
3.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant