Open prerana15 opened 1 year ago
cc @nmirasch
@nmirasch @cristianonicolai - Could you please help here?
@debu999 @prerana15 Could you please create a jira with all the details, to track the enhances you see, specially with DI , that would improve to follow the needs and to have them into account when defining development priorities, Thanks!
@nmirasch - Please refer to jira: https://issues.redhat.com/browse/KOGITO-8594
@nmirasch - did anyone get chance to look into this?
Hi All, Is there any update on this. It been there for almost 6 months now. We only need for mongodb $elemMatch if the object is list during query. Can this be prioritized?
My requirement is - I have a process which contains an Array
Sample Query: query Comments(where: {commentary: {commentList: commentCategoryCode:{equal:"RESOLVE_NOTES"}, commentText:{like:"comment"}}}{
commentary { commentList{ commentCategoryCode commentText } }
}
Expected Result: get all the commentary objects where commentCategoryCode is RESOLVE_NOTES and commentText is like "comments"
Actual Result: getting results even if commentText is matching in commentCategoryCode = "NOTES"
Note: We have 2 commentCategoryCode - RESOLVE_NOTES and NOTES