fluree / db

Fluree database library
https://fluree.github.io/db/
Other
330 stars 21 forks source link

Feature/fql exists not exists #784

Closed dpetran closed 2 weeks ago

dpetran commented 1 month ago

This adds support for filtering based on the existence or non-existence of specified patterns in the data, analogous to SPARQL's FILTER EXISTS and FILTER NOT EXISTS functionality.

dpetran commented 1 month ago

Rebased on https://github.com/fluree/db/pull/780

dpetran commented 3 weeks ago

Rebased on https://github.com/fluree/db/pull/780