Skip to content

Commit

Permalink
temporarily add links to hathi records corresponding to local holdings
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakis committed Aug 14, 2020
1 parent 7edf0f2 commit ff67213
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,11 @@ def self.generate_cluster_fq(index, limit, elvl = false)
'facet.mincount': 0,
# fq: '{!tag=cluster}{!collapse field=cluster_id nullPolicy=expand size=5000000 min=record_source_id}',
# this approach needs expand.field=cluster_id
<<<<<<< HEAD
# MOVE TO FACET: fq: '{!bool tag=cluster must_not=$x1 must_not=$x2 must_not=$x3 must_not=$x4 must_not=$x5 must_not=$x6 must_not=$x7}',
=======
fq: %q~{!tag=cluster}NOT ({!join from=cluster_id to=cluster_id v='record_source_f:"Penn"'} AND record_source_f:"HathiTrust") NOT record_source_id:3~,
>>>>>>> 4618572... temporarily add links to hathi records corresponding to local holdings
expand: 'true',
'expand.field': 'cluster_id',
'expand.q': '*:*',
Expand Down

0 comments on commit ff67213

Please sign in to comment.