-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update candidateSearch & Dependency update #75
Merged
+1,202
−594
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Updates to candidateSearch: * Use word search without wildcards for short titles (<= 5 characters) in candidateSearch * Add publisher search if search terms for both author and title are short (<= 5 characters) * Add preliminary mediaType matchDetection * Add test for system unavailable error * 4.1.5-alpha.1
ammsalme
added a commit
to NatLibFi/melinda-rest-api-validator
that referenced
this pull request
Aug 22, 2023
* Update matching: NatLibFi/melinda-record-matching-js#75 ** Use word search without wildcards for short titles (<= 5 characters) in candidateSearch ** Add publisher search if search terms for both author and title are short (<= 5 characters) * Bump @natlibfi/melinda-marc-record-merge-reducers from 2.0.12 to 2.0.14 (#239) * Bump @natlibfi/marc-record-serializers from 10.0.7 to 10.1.0 (#238) * Bump @natlibfi/marc-record-validators-melinda from 10.9.3 to 10.11.1 (#237) * Update deps * 3.3.16-alpha.1
natlibfi-jonollil
approved these changes
Sep 6, 2023
ammsalme
added a commit
to NatLibFi/melinda-rest-api-validator
that referenced
this pull request
Sep 8, 2023
…) & Dependency update (#230) (#231) * Dependencies (#230) ** Bump @natlibfi/marc-record-serializers from 10.0.6 to 10.0.7 (#229) ** Bump @babel/runtime from 7.22.6 to 7.22.10 (#228) * Update merge (MET-456) (#232) ** Update merge-recucers: v2.0.13-alpha.1 *** Keep f264 $a from non-preferred record in more cases where it's missing from preferred record *** NatLibFi/melinda-marc-record-merge-reducers-js#71 * Update match & Dependency update (#240) ** Update matching: NatLibFi/melinda-record-matching-js#75 *** Use word search without wildcards for short titles (<= 5 characters) in candidateSearch *** Add publisher search if search terms for both author and title are short (<= 5 characters) ** Bump @natlibfi/melinda-marc-record-merge-reducers from 2.0.12 to 2.0.14 (#239) ** Bump @natlibfi/marc-record-serializers from 10.0.7 to 10.1.0 (#238) ** Bump @natlibfi/marc-record-validators-melinda from 10.9.3 to 10.11.1 (#237) * Validate records as AlephSequential (#242) ** Validate records as valid alephSeq *** Error record if record that would be imported is not valid as AlephSequential ie. if it **** contains ASCII control characters (esp. newlines) in field/subfield values **** is too long (>50000) to be a AlephSequentail record * Update merge2 (#244) * Update merge3 (#251) * Update deps * Update merge & validators * Update matchValidator * 3.3.16-alpha.8 * Add inputRecordLog and Dependency update (#255) (#254) ** Add optional feature to log input records *** Use environment variable LOG_INPUT_RECORD (defaults to false) to turn this on * Dependency update (#255) ** Bump @natlibfi/melinda-marc-record-merge-reducers from 2.0.12 to 2.0.14 (#239) ** Bump @natlibfi/marc-record-serializers from 10.0.7 to 10.1.0 (#238) ** Bump @natlibfi/marc-record-validators-melinda from 10.9.3 to 10.11.1 (#237) ** Bump @babel/runtime from 7.22.10 to 7.22.15 (#253) ** Bump actions/checkout from 3 to 4 (#252) ** Bump @natlibfi/melinda-record-matching (#249) ** Bump @natlibfi/melinda-rest-api-commons from 4.0.8-alpha.3 to 4.0.11 (#247) ** Bump mongodb from 4.16.0 to 4.17.1 (#248) * Fix blobSequence in logs (#260) ** Create blobSequence to prio as number * Use validatorOptions.logOptions * Log result record * Add logOptions to README.md * Update deps * 3.4.1-alpha.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bump @natlibfi/marc-record from 7.2.2 to 7.3.0 (Bump @natlibfi/marc-record from 7.2.2 to 7.3.0 #73)
Bump isbn3 from 1.1.39 to 1.1.40 (Bump isbn3 from 1.1.39 to 1.1.40 #71)
Bump @natlibfi/marc-record-serializers from 10.0.6 to 10.0.7 (Bump @natlibfi/marc-record-serializers from 10.0.6 to 10.0.7 #72)
Update deps
Update node-tests: v20.x
4.1.4-alpha.1