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

Extend MARC-MARC search query to account for qualifiers #633

Merged
merged 12 commits into from
Jul 29, 2024

Conversation

dmytrokrutii
Copy link
Contributor

@dmytrokrutii dmytrokrutii commented Jul 18, 2024

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

  • Use GitHub checklists. When solved, check the box and explain the answer.
  • Check logging.

Learning

MODSOURCE-783

@dmytrokrutii dmytrokrutii changed the title Modsource 783 Extend MARC-MARC search query to account for qualifiers Jul 22, 2024
params.put("qualifier", getSqlQualifier(matchedField.getQualifierMatch()));
}
String sql;
Condition condition;
Copy link
Contributor

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

Copy link
Contributor

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?

Copy link

@dmytrokrutii dmytrokrutii merged commit fb4dc58 into master Jul 29, 2024
6 checks passed
@dmytrokrutii dmytrokrutii deleted the MODSOURCE-783 branch July 29, 2024 20:25
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.

5 participants