We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d1191a commit 6e8dd76Copy full SHA for 6e8dd76
lib/libraetd/tasks/extract.rake
@@ -44,7 +44,7 @@ namespace :export do
44
errors = 0
45
46
# our query constraint
47
- constraints = "(date_published_ssim:[#{export_date} TO *])"
+ constraints = "has_model_ssim:GenericWork AND (system_create_dtsi:[#{export_date}T00:00:00Z TO *])"
48
49
# batched processing of generic works
50
GenericWork.search_in_batches( constraints ) do |group|
@@ -85,7 +85,7 @@ namespace :export do
85
count = 0
86
87
88
89
90
91
0 commit comments