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

[MOB-9652] support for nested JSON array #459

Merged
merged 6 commits into from
Oct 7, 2024

Conversation

darshan-iterable
Copy link

@darshan-iterable darshan-iterable commented Sep 30, 2024

JIRA Ticket(s) if any

Description

Added support for nested JSON array

};
return this.evaluateFieldLogic(searchQueries, data);
});
const splitedField = field.split('.') as string[];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
const splitedField = field.split('.') as string[];
const splitField = field.split('.') as string[];

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes are done in recent commit

Base automatically changed from feature/MOB-9650-support-for-nested-criteria-a.b.c to AUT_main October 2, 2024 15:28
@mprew97
Copy link
Contributor

mprew97 commented Oct 2, 2024

@darshan-iterable can we resolve the conflicts here?

* [MOB-9168] Automated unit tests against complex criteria

* [MOB-9168] Automated unit tests against complex criteria
@mprew97 mprew97 merged commit c720d4f into AUT_main Oct 7, 2024
1 check passed
@mprew97 mprew97 deleted the feature/MOB-9652-support-nested-json-array branch October 7, 2024 14:28
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

Successfully merging this pull request may close these issues.

2 participants