-
Notifications
You must be signed in to change notification settings - Fork 16
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
IBX-8424: Fixed criterions build for hook useSearchByQueryFetch #1278
Conversation
fieldDefIdentifier: 'image', | ||
...imageCriterionData, | ||
const imagesCriterion = damWidgetConfig.image.fieldDefinitionIdentifiers.reduce((criterions, fieldDefinitionIdentifier) => { | ||
criterions = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that our eslint restricts reassignment of the function parameter value. 🤔
5b5a5ed
to
38b5c00
Compare
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on ES and Solr search engines
Tested on several web browsers
Related PRs:
Description:
It was necessary to getting fieldDefIdentifier value for ImageCriterion from the configuration and support for multiple fieldDefinitionIdentifiers
For QA:
Documentation: