SynBioDex / pySBOL2

A pure Python implementation of the SBOL standard.
Apache License 2.0
20 stars 6 forks source link

Implement PartShop advanced search #346

Closed tcmitchell closed 4 years ago

tcmitchell commented 4 years ago

This implements a SearchQuery object and allows it to be passed to PartShop.search() and PartShop.searchCount().

The unit tests in test/test_searchquery.py demonstrate how to use the SearchQuery object to make advanced searches.

Closes #240