[FOLIO-1057] No Codex-Search result on folio-snapshot Created: 06/Feb/18 Updated: 12/Nov/18 Resolved: 07/Feb/18 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | Continuous Integration |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | P2 |
| Reporter: | Mike Taylor | Assignee: | Wayne Schneider |
| Resolution: | Done | Votes: | 0 |
| Labels: | sprint31 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | 2 hours, 30 minutes | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | |||||||||||||||||
| Description |
|
It seems that all Codex searches on http://folio-snapshot.aws.indexdata.com/ find zero records – even really simple ones such as "title starts with 'a'". For example, start a new session, click on Codex Search, set the query-index to "Title" and type "a" in the query box. The query that's sent to the back-end is good, but the response is empty – not only of records, but of per-source diagnostics:
GET /folio-snapshot-109.aws.indexdata.com:9130/codex-instances?limit=30&query=%28title%3D%22a%2A%22%29%20and%20ext.selected%3D%22true%22%20sortby%20title
200 OK
{
"instances" : [ ],
"resultInfo" : {
"totalRecords" : 0,
"facets" : [ ],
"diagnostics" : [ ]
}
}
My suspicion is that there are simply no Codex sources registered on folio-snapshot. |
| Comments |
| Comment by Mike Taylor [ 06/Feb/18 ] |
|
Bingo. The "Software Versions" page at http://folio-snapshot.aws.indexdata.com/settings/about shows that, while mod-codex-mux is present, mod-codex-inventory and mod-codex-ekb are both absent. Wayne Schneider Do you know why that would be? |
| Comment by Wayne Schneider [ 06/Feb/18 ] |
|
It looks like there is an issue with dependency resolution for the snapshot build, which I thought had been resolved earlier. Assigning to myself for further investigation. |
| Comment by Wayne Schneider [ 07/Feb/18 ] |
|
Apparently I remembered having a conversation about this, not actually doing it. It is now done. As a side benefit, folio-snapshot now has ui-eholdings working against the EBSCO EKB. |