SynBioDex / pySBOL2

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

Add PartShop.searchCount #341

Closed tcmitchell closed 4 years ago

tcmitchell commented 4 years ago

Implement parts of PartShop.searchCount to support basic operations. Use of SearchQuery is in the future. Add a search example from the documentation.

Also handle polymorphic search better. Handle the PartShop.search case where property_uri is not specified while offset and limit are specified. This case appeared in the documentation.

Finally, update the search/searchCount documentation, particularly to remove references to SearchResponse, which is not necessary in Python.

Fixes #322 Fixes #321