trustgraph/trustgraph-flow
cybermaggedon a0e40950fe
fix: apply all filters when querying rows by indexed field (#1056)
The indexed query path only used a single index for the Cassandra lookup
and ignored any remaining filters. This caused multi-field GraphQL
queries to return results matching only the first indexed filter.

Post-filter all results against the full filter set after the index
lookup, and apply the limit after filtering to avoid short results.
2026-07-22 20:57:11 +01:00
..
trustgraph fix: apply all filters when querying rows by indexed field (#1056) 2026-07-22 20:57:11 +01:00
pyproject.toml feat: pluggable image-to-text service with OpenAI vision backend (#1038) 2026-07-12 12:47:04 +01:00
README.md Maint/fix build env (#84) 2024-09-30 19:47:09 +01:00