Node/Edge history filter
Open
@shivamka1 is already working on this.
Since Sep 5, 2025.
- Dominant language
- Rust
- Stars
- 642
- Forks
- 70
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 21
Description
filter.Node.history supports anything supported for numeric list (for now).
filter.Node.property.temporal.history
filter.Edge.history supports anything supported for numeric list (for now).
filter.Edge.property.temporal.history
Notes:
- History returns time and this time could be both the addition of node and property in which case it contributes to node.history (including the property updates) and node.property.history, respectively.
- node.property.history is a subset of node.history (global history of a node)
- filter.Edge.property is a single value.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.