Bug
The diary category node in TypeDB has a typo in its category-name attribute. It should be dairy.
Affected node: category with category-name: "diary"
Correct value: "dairy"
Fix
Delete the existing diary category and its belongs-to relations, reinsert as dairy, reinsert the 4 belongs-to relations (milk, milk cow, milk buffalo, milk camel).
Impact
Any query filtering by category-name "dairy" will return 0 results until fixed. The 4 dairy sources are in the DB but effectively unreachable by category traversal.
Bug
The
diarycategory node in TypeDB has a typo in itscategory-nameattribute. It should bedairy.Affected node:
categorywithcategory-name: "diary"Correct value:
"dairy"Fix
Delete the existing
diarycategory and itsbelongs-torelations, reinsert asdairy, reinsert the 4 belongs-to relations (milk, milk cow, milk buffalo, milk camel).Impact
Any query filtering by category-name
"dairy"will return 0 results until fixed. The 4 dairy sources are in the DB but effectively unreachable by category traversal.