-
Notifications
You must be signed in to change notification settings - Fork 4
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
Extend MARC-MARC search query to account for qualifiers #633
Conversation
params.put("qualifier", getSqlQualifier(matchedField.getQualifierMatch())); | ||
} | ||
String sql; | ||
Condition condition; |
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.
if condition is not used, let's remove it
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.
could you please also replace this line import static org.jooq.impl.DSL.*;
with exact importing classes?
…RCE-783 # Conflicts: # NEWS.md
Quality Gate passedIssues Measures |
Purpose
Enhance the implementation of the source-storage/records/matching endpoint to account for qualifiers when building a search query to get the record for matching.
TODOS and Open Questions
Learning
MODSOURCE-783