Open atrok opened 6 years ago
Webscraper schema uses a hardcoded schema for pulling data from OS release table, where in majority of 8.1 release notes the order of columns is next: Release Number | AIX | HP-UX PA | HP-UX IPF | Linux | Solaris | Windows 1 |2 |3 | 4 | 5 | 6 | 7 with Windows being 7th column
In case of GA the order is slightly different and includes Tru64 UNIX on place of 7th column and it's always empty: Release Number | AIX | HP-UX PA | HP-UX IPF | Linux | Solaris | Tru64 UNIX | Windows 1 |2 |3 | 4 | 5 | 6 | 7 | 8
As result in the generated document all operating systems has empty value thus query fails to return any data:
{ "_id": "accb1e24af93a16fce44ffc9aaa2ce36", "_rev": "1-1e710efb85669b77ab3c42f3133a0dd0", "features": null, "bugfixes": null, "release": "8.1.000.26", "release_date": "12/16/11", "release_type": "General", "aix": "", "hpuxpa": "", "hpuxipf": "", "linux": "", "solaris": "", "windows": "", "release-link": "8.1.000.26\n [12/16/11] – General", "release-link-href": "https://docs.genesys.com/Special:Repository/genadmin81rn.html?id=e30bbbcc-b8bb-4915-ba9e-d50963dfdd08#8.1.000.26", "component": "Genesys Administrator", "component-href": "https://docs.genesys.com/Special:Repository/genadmin81rn.html?id=e30bbbcc-b8bb-4915-ba9e-d50963dfdd08", "family": "8.1", "solution_name": "Genesys Administrator", "web-scraper-start-url": "https://docs.genesys.com/Documentation/RN#t-2", "web-scraper-order": "1523923774-80639" }
Release notes for Genesys Administrator are missing from release database.