Issue Number | 5382 |
---|---|
Summary | Fix query term definition for citation authors |
Created | 2025-04-22 16:18:51 |
Issue Type | Bug |
Submitted By | Kline, Robert (NIH/NCI) [C] |
Assigned To | Kline, Robert (NIH/NCI) [C] |
Status | Open |
Resolved | |
Resolution | |
Path | /home/bkline/backups/jira/ocecdr/issue.505428 |
Citation
documents have an odd structure for author
names, which can be one of (simplifying the syntax a bit):
CollectiveName
LastName [ForeName] [Initials] [Suffix]
LastName [FirstName [MiddleName]] [Initials] [Suffix]
Somehow, the ForeName
and FirstName
elements got mashed together in the query term definitions for
Citation
documents, with
.../AuthorList/Author/ForeName/FirstName
where we really should have
.../AuthorList/Author/ForeName
and
.../AuthorList/Author/FirstName
This causes some advanced searches to fail when they should succeed.
Remedy:
Fix the broken query term definitions
Reindex the Citation
documents
Test
Acceptance test
Navigate to
CIAT/OCC > Advanced Search > Citation
Enter Lung%
in
the Title field
Enter Jingwei
in
the Author field
Click the Search button
Verify that CDR617135 is found
Elapsed: 0:00:00.001345