Fix time search filter in OAI harvester configuration#8902
Open
koplas wants to merge 2 commits intogeonetwork:mainfrom
Open
Fix time search filter in OAI harvester configuration#8902koplas wants to merge 2 commits intogeonetwork:mainfrom
koplas wants to merge 2 commits intogeonetwork:mainfrom
Conversation
Specifying the time range results in an error as the backend expects an ISO formatted date.
josegar74
reviewed
Sep 16, 2025
Member
josegar74
left a comment
There was a problem hiding this comment.
Tested and works, the following error does not longer happens:
2025-09-16T15:59:33,345 ERROR [geonetwork.domain] - Error parsing ISO DateTimes 'Tue Sep 16 2025 00:00:00 GMT+0200 (Central European Summer Time)'. Error is: Text 'ue Sep 16 2025 00:00:00 GMT+0200 (Central European Summer Time)' could not be parsed at index 0
java.time.format.DateTimeParseException: Text 'ue Sep 16 2025 00:00:00 GMT+0200 (Central European Summer Time)' could not be parsed at index 0
But after saving the form, refreshing the form doesn't display the values selected in the UI, it displays the date selectors without a selected date.
Author
I currently don't have a quick fix for this. In a week I should have time to investigate this. |
This file contains hidden or 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
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.
Specifying the time range results in an error as the backend expects an ISO formatted date.
Checklist
mainbranch, backports managed with labelREADME.mdfilespom.xmldependency management. Update build documentation with intended library use and library tutorials or documentation