Skip to content

Conversation

@shivamka1
Copy link
Collaborator

fixes #2403

github-actions bot and others added 27 commits September 4, 2025 20:49
* impl node py filter iter

* chore: apply tidy-public auto-fixes

* impl path_from_graph, path_from_node, edges, nested_edges py filter, fix tests,

* rid iter_graph

* add more tests

* add more tests

* add exploded edges test

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* impl node id filter

* impl node id filter for gql

* impl edge src/dst id filter

* chore: apply tidy-public auto-fixes

* add validations, support numeric, string filters for ids

* rid dead code

* add review changes

* fix options

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* impl qualifier filters for list properties and metadata

* impl python, graphql qualifier filter, add tests

* rename gql from gql object names, throw error if prop not found

* ref

* add more suggestions

* allow empty graph in tests

* allow empty graphs for tests

* fix test
* impl aggs for temporal properties, add tests

* add review suggestions
* redesign, refactor property filters

* takes a reference

* rework validation

* fix arbitrary list, fix tests

* merge python traits, fix tests, add more validations

* rework gql filtering apis, fix tests

* add review suggestions

* Features/gql apis (#2350)

* impl nodes select filtering in gql

* change semantics of filters in gql, add missing filter apis in edges, fix all tests

* add more edge filter tests

* add filtering to path from node, add tests

* fix apply views

* rename filter-iter to select

* add select as args

* impl window filter (#2359)

* impl window filter

* impl window filter in python, add tests

* impl gql window filter, add tests

* ref

* impl review suggestions

* fixes

* fix py and gql

* add review suggestions
* redesign, refactor property filters

* takes a reference

* rework validation

* fix arbitrary list, fix tests

* merge python traits, fix tests, add more validations

* rework gql filtering apis, fix tests

* impl nodes select filtering in gql

* change semantics of filters in gql, add missing filter apis in edges, fix all tests

* add more edge filter tests

* add filtering to path from node, add tests

* impl window filter

* impl window filter in python, add tests

* impl gql window filter, add tests

* ref

* impl edge node filtering, add few tests

* rid redundant code

* fix call to filter nodes

* rid dead code

* Integrating edge endpoint filtering mechanism into Python using the same wrapper types as node filtering.

* Added src/dst endpoint filtering support for exploded edge filters in rust and python

* Added src/dst endpoint filtering support for exploded edge filters in GraphQL and fixed search

* Added tests from previous branch, some of them fail

* Fixed DynFilterOps implementations for EndpointWrapper<T> types. Endpoint filtering tests pass

* Changed many impls to be blanket implementations using traits, especially EndpointWrapper<T> types. Use indexes in search on edge endpoints using NodeFilterExecutor.

* rid dead code

* nodeops suggestions from lucas

* start fixing some apis

* fixed most of the compilation errors

* fix all the python problems except for actually implementing the python filtering

* finish ref, fix tests

* redone

* fix

* more changes

* start fixing infinite trait bound recursion

* rid filtered graphs

* rid nodetypefilteredgraph

* add review suggestions

* fix infinite type recursion

* fmt, fix recursion issue in search

* impl py

* Do not rely on Wrap for the trait bounds in the builder API as the compiler cannot figure out the bounds when trying to implement python wrappers.

* fix gql, tests

---------

Co-authored-by: arienandalibi <[email protected]>
Co-authored-by: Lucas Jeub <[email protected]>
* ref property filters

* move windowed filter into its own file

* ref node filter

* ref filter module

* move InternalPropertyFilterBuilderOps to mod

* move validation and evaluation logic to independent files

* ref

* simple renames

* rid duplicate temporal impl

* rename endpoint wrappers

* rearrange

* impl node select

* move createfilter to respective files

* ref

* move createfilter impl to respective files, ref

* replace enum with macro, rename trait

* replace edge enums with macro, rename traits

* give sensible names to all types

* add review suggestions
* layer impl rust, py, add tests

* impl gql layers, add tests

* fix tests

* disable a test for now because node layers not supported yet

* add review suggestions
Base automatically changed from master_filter to master January 13, 2026 15:50
@shivamka1
Copy link
Collaborator Author

Being addressed in #2441

@shivamka1 shivamka1 closed this Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support other windowing features

6 participants