more filter fixes

This commit is contained in:
2026-04-17 07:43:19 -04:00
parent c2267b68d8
commit 69bd726b25
10 changed files with 75 additions and 26 deletions

View File

@ -1,6 +1,6 @@
pub mod collection;
pub mod edges;
pub mod filters;
pub mod filter;
pub mod polymorphism;
use crate::database::schema::Schema;