SFULibrary / islandora_datastream_crud

Islandora Drush module for performing Create, Read, Update, and Delete operations on datastreams.
GNU General Public License v3.0
15 stars 15 forks source link

New fetch_pids option: without_cmodel #73

Closed bondjimbond closed 4 years ago

bondjimbond commented 5 years ago

We have a --content_model option, but we don't have any way to exclude a certain content model from a query without using a Solr query. Using Solr means sacrificing other important parameters (like --without_dsid), so this specific set of objects is very hard to reach.

mjordan commented 5 years ago

@bondjimbond thanks, this is a good improvement. I will test your PR within a couple of days.

mjordan commented 5 years ago

Merged with 0dd99fd350464f3f1ba6b11cd73e372ec4aed3bc.