Class: Bulkrax::ParserExportRecordSet::All
- Inherits:
-
Base
- Object
- Base
- Bulkrax::ParserExportRecordSet::All
show all
- Defined in:
- app/parsers/bulkrax/parser_export_record_set.rb
Instance Method Summary
collapse
Methods inherited from Base
#count, #each, #initialize
Instance Method Details
#collections_query ⇒ Object
195
196
197
|
# File 'app/parsers/bulkrax/parser_export_record_set.rb', line 195
def collections_query
"has_model_ssim:#{Bulkrax.collection_model_internal_resource} #{}"
end
|
#works_query ⇒ Object
191
192
193
|
# File 'app/parsers/bulkrax/parser_export_record_set.rb', line 191
def works_query
"has_model_ssim:(#{Bulkrax.curation_concern_internal_resources.join(' OR ')}) #{}"
end
|