OnroerendErfgoed / skosprovider_sqlalchemy

An implementation of the skosprovider interface against SQLAlchemy.
http://skosprovider-sqlalchemy.readthedocs.org/en/latest/
MIT License
2 stars 7 forks source link

Impossible to do query for a collection with depth=all #76

Closed koenedaele closed 4 years ago

koenedaele commented 4 years ago

The skosprovider_sqlalchemy supports querying within a certain collection, but does not accept the depth all. This causes it to only query for concepts that are direct descendents of the collection, but not their children.