You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/advanced-algorithms/available-algorithms/path.mdx
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -377,10 +377,8 @@ If subgraph is not specified, the algorithm is computed on the entire graph by d
377
377
|- |- |- |- |
378
378
| minHops | Int | 0 | The minimum number of hops in the traversal. Set to `0` if the start node should be included in the subgraph, or `1` otherwise. |
379
379
| maxHops | Int | -1 | The maximum number of hops in the traversal. |
380
-
| relationshipFilter | List | [] | List of relationships which the subgraph formation will follow. Relationships
381
-
can be filtered using the notation described below. |
382
-
| labelFilter | List | [] | List of labels which will define filtering. Labels
383
-
can be filtered using the notation described below. |
380
+
| relationshipFilter | List |[]| List of relationships which the subgraph formation will follow. Relationships can be filtered using the notation described below. |
381
+
| labelFilter | List |[]| List of labels which will define filtering. Labels can be filtered using the notation described below. |
384
382
| filterStartNode | Bool | False | Whether the `labelFilter` applies to the start nodes. |
0 commit comments