Closed richardzilincikPantheon closed 1 year ago
It seems that this script from https://github.com/YangCatalog/backend/pull/705 somehow didn't work as intended and left some documents without the "rfc"
field.
Searching ES only returns 10 results by default, this means that the 'rfc'
property was only set on the first 10 results. Needs to be done through an update by query instead.
Fixed the script https://gist.github.com/richardzilincikPantheon/e7fa472f1ef9f54988465be93f883238, the issue should be resolved after it's run in production.
Example from https://yangcatalog.org/api/yang-search/v2/module-details/ietf-alarms
I've also seen it for other modules which I don't remember right now.