Skip to content

Commit

Permalink
hierarchies: Update extractions (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigasp authored Dec 18, 2024
1 parent 5017d50 commit 5de9b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hierarchies/learning/CustomHierarchyProviders.md
Original file line number Diff line number Diff line change
Expand Up @@ -726,7 +726,7 @@ for await (const node of provider.getNodes({ parentNode: undefined, instanceFilt
console.log(`- ${node.label}`);
}

// Create a filter to find books whose key contains "OL274" substring or title contains "Hobbit".
// Create a filter to find books whose key contains "OL274" substring and title contains "Hobbit".
const createBooksFilter = (): GenericInstanceFilter => ({
propertyClassNames: ["book"],
relatedInstances: [],
Expand Down

0 comments on commit 5de9b92

Please sign in to comment.