blacklight 5.3.0 → 5.4.0.rc1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Gemfile +3 -1
 - data/VERSION +1 -1
 - data/app/assets/javascripts/blacklight/blacklight.js +1 -0
 - data/app/assets/javascripts/blacklight/collapsable.js +9 -0
 - data/app/controllers/bookmarks_controller.rb +72 -9
 - data/app/helpers/blacklight/blacklight_helper_behavior.rb +15 -7
 - data/app/helpers/blacklight/catalog_helper_behavior.rb +17 -9
 - data/app/helpers/blacklight/configuration_helper_behavior.rb +59 -7
 - data/app/helpers/blacklight/facets_helper_behavior.rb +1 -16
 - data/app/helpers/blacklight/url_helper_behavior.rb +21 -2
 - data/app/models/bookmark.rb +13 -4
 - data/app/models/solr_document.rb +5 -0
 - data/app/views/bookmarks/_tools.html.erb +10 -11
 - data/app/views/catalog/_bookmark_control.html.erb +2 -2
 - data/app/views/catalog/_refworks_form.html.erb +3 -2
 - data/app/views/catalog/_sort_widget.html.erb +5 -5
 - data/app/views/catalog/_view_type_group.html.erb +2 -2
 - data/app/views/shared/_header_navbar.html.erb +1 -3
 - data/config/locales/blacklight.pt-BR.yml +223 -0
 - data/db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb +8 -0
 - data/gemfiles/rails4.1.gemfile +1 -1
 - data/lib/blacklight.rb +5 -0
 - data/lib/blacklight/catalog.rb +33 -5
 - data/lib/blacklight/configuration.rb +12 -3
 - data/lib/blacklight/configuration/facet_field.rb +1 -1
 - data/lib/blacklight/configuration/search_field.rb +3 -2
 - data/lib/blacklight/configuration/solr_field.rb +2 -1
 - data/lib/blacklight/configuration/sort_field.rb +2 -1
 - data/lib/blacklight/engine.rb +9 -1
 - data/lib/blacklight/exceptions.rb +3 -0
 - data/lib/blacklight/rails/routes.rb +12 -0
 - data/lib/blacklight/request_builders.rb +19 -18
 - data/lib/blacklight/search_fields.rb +0 -9
 - data/lib/blacklight/solr/document.rb +15 -0
 - data/lib/blacklight/solr/document/export.rb +4 -0
 - data/lib/blacklight/solr_helper.rb +25 -28
 - data/lib/blacklight/solr_response.rb +31 -29
 - data/lib/blacklight/solr_response/response.rb +18 -0
 - data/lib/blacklight/user.rb +17 -4
 - data/lib/blacklight/utils.rb +30 -2
 - data/lib/generators/blacklight/install_generator.rb +4 -0
 - data/lib/generators/blacklight/templates/config/initializers/blacklight_initializer.rb +9 -0
 - data/spec/controllers/application_controller_spec.rb +0 -1
 - data/spec/controllers/bookmarks_controller_spec.rb +8 -4
 - data/spec/controllers/catalog_controller_spec.rb +48 -55
 - data/spec/controllers/saved_searches_controller_spec.rb +1 -4
 - data/spec/controllers/search_history_controller_spec.rb +0 -1
 - data/spec/features/bookmarks_spec.rb +14 -0
 - data/spec/features/search_formats_spec.rb +45 -0
 - data/spec/helpers/blacklight_helper_spec.rb +71 -30
 - data/spec/helpers/configuration_helper_spec.rb +128 -4
 - data/spec/helpers/facets_helper_spec.rb +1 -1
 - data/spec/lib/blacklight/configuration_spec.rb +0 -5
 - data/spec/lib/blacklight/search_fields_spec.rb +0 -22
 - data/spec/lib/blacklight/solr/document_spec.rb +6 -0
 - data/spec/lib/blacklight/solr_helper_spec.rb +31 -10
 - data/spec/lib/blacklight/solr_response_spec.rb +8 -0
 - data/spec/lib/blacklight/user_spec.rb +38 -4
 - data/spec/models/bookmark_spec.rb +22 -17
 - data/spec/spec_helper.rb +2 -0
 - data/template.demo.rb +4 -9
 - metadata +12 -6
 - data/spec/data/sample_docs.yml +0 -655
 
| 
         @@ -183,6 +183,14 @@ describe Blacklight::SolrResponse do 
     | 
|
| 
       183 
183 
     | 
    
         
             
                r.stub(:total => 0)
         
     | 
| 
       184 
184 
     | 
    
         
             
                expect(r).to be_empty
         
     | 
| 
       185 
185 
     | 
    
         
             
              end
         
     | 
| 
      
 186 
     | 
    
         
            +
              
         
     | 
| 
      
 187 
     | 
    
         
            +
              describe "#export_formats" do
         
     | 
| 
      
 188 
     | 
    
         
            +
                it "should collect the unique export formats for the current response" do
         
     | 
| 
      
 189 
     | 
    
         
            +
                  r = Blacklight::SolrResponse.new({}, {})
         
     | 
| 
      
 190 
     | 
    
         
            +
                  r.stub(documents: [double(:export_formats => { a: 1, b: 2}), double(:export_formats => { b: 1, c: 2})])
         
     | 
| 
      
 191 
     | 
    
         
            +
                  expect(r.export_formats).to include :a, :b 
         
     | 
| 
      
 192 
     | 
    
         
            +
                end
         
     | 
| 
      
 193 
     | 
    
         
            +
              end
         
     | 
| 
       186 
194 
     | 
    
         | 
| 
       187 
195 
     | 
    
         
             
              def mock_query_response
         
     | 
| 
       188 
196 
     | 
    
         
             
                %({'responseHeader'=>{'status'=>0,'QTime'=>5,'params'=>{'facet.limit'=>'10','wt'=>'ruby','rows'=>'11','facet'=>'true','facet.field'=>['cat','manu'],'echoParams'=>'EXPLICIT','q'=>'*:*','facet.sort'=>'true'}},'response'=>{'numFound'=>26,'start'=>0,'docs'=>[{'id'=>'SP2514N','inStock'=>true,'manu'=>'Samsung Electronics Co. Ltd.','name'=>'Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133','popularity'=>6,'price'=>92.0,'sku'=>'SP2514N','timestamp'=>'2009-03-20T14:42:49.795Z','cat'=>['electronics','hard drive'],'spell'=>['Samsung SpinPoint P120 SP2514N - hard drive - 250 GB - ATA-133'],'features'=>['7200RPM, 8MB cache, IDE Ultra ATA-133','NoiseGuard, SilentSeek technology, Fluid Dynamic Bearing (FDB) motor']},{'id'=>'6H500F0','inStock'=>true,'manu'=>'Maxtor Corp.','name'=>'Maxtor DiamondMax 11 - hard drive - 500 GB - SATA-300','popularity'=>6,'price'=>350.0,'sku'=>'6H500F0','timestamp'=>'2009-03-20T14:42:49.877Z','cat'=>['electronics','hard drive'],'spell'=>['Maxtor DiamondMax 11 - hard drive - 500 GB - SATA-300'],'features'=>['SATA 3.0Gb/s, NCQ','8.5ms seek','16MB cache']},{'id'=>'F8V7067-APL-KIT','inStock'=>false,'manu'=>'Belkin','name'=>'Belkin Mobile Power Cord for iPod w/ Dock','popularity'=>1,'price'=>19.95,'sku'=>'F8V7067-APL-KIT','timestamp'=>'2009-03-20T14:42:49.937Z','weight'=>4.0,'cat'=>['electronics','connector'],'spell'=>['Belkin Mobile Power Cord for iPod w/ Dock'],'features'=>['car power adapter, white']},{'id'=>'IW-02','inStock'=>false,'manu'=>'Belkin','name'=>'iPod & iPod Mini USB 2.0 Cable','popularity'=>1,'price'=>11.5,'sku'=>'IW-02','timestamp'=>'2009-03-20T14:42:49.944Z','weight'=>2.0,'cat'=>['electronics','connector'],'spell'=>['iPod & iPod Mini USB 2.0 Cable'],'features'=>['car power adapter for iPod, white']},{'id'=>'MA147LL/A','inStock'=>true,'includes'=>'earbud headphones, USB cable','manu'=>'Apple Computer Inc.','name'=>'Apple 60 GB iPod with Video Playback Black','popularity'=>10,'price'=>399.0,'sku'=>'MA147LL/A','timestamp'=>'2009-03-20T14:42:49.962Z','weight'=>5.5,'cat'=>['electronics','music'],'spell'=>['Apple 60 GB iPod with Video Playback Black'],'features'=>['iTunes, Podcasts, Audiobooks','Stores up to 15,000 songs, 25,000 photos, or 150 hours of video','2.5-inch, 320x240 color TFT LCD display with LED backlight','Up to 20 hours of battery life','Plays AAC, MP3, WAV, AIFF, Audible, Apple Lossless, H.264 video','Notes, Calendar, Phone book, Hold button, Date display, Photo wallet, Built-in games, JPEG photo playback, Upgradeable firmware, USB 2.0 compatibility, Playback speed control, Rechargeable capability, Battery level indication']},{'id'=>'TWINX2048-3200PRO','inStock'=>true,'manu'=>'Corsair Microsystems Inc.','name'=>'CORSAIR  XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System Memory - Retail','popularity'=>5,'price'=>185.0,'sku'=>'TWINX2048-3200PRO','timestamp'=>'2009-03-20T14:42:49.99Z','cat'=>['electronics','memory'],'spell'=>['CORSAIR  XMS 2GB (2 x 1GB) 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) Dual Channel Kit System Memory - Retail'],'features'=>['CAS latency 2,	2-3-3-6 timing, 2.75v, unbuffered, heat-spreader']},{'id'=>'VS1GB400C3','inStock'=>true,'manu'=>'Corsair Microsystems Inc.','name'=>'CORSAIR ValueSelect 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - Retail','popularity'=>7,'price'=>74.99,'sku'=>'VS1GB400C3','timestamp'=>'2009-03-20T14:42:50Z','cat'=>['electronics','memory'],'spell'=>['CORSAIR ValueSelect 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - Retail']},{'id'=>'VDBDB1A16','inStock'=>true,'manu'=>'A-DATA Technology Inc.','name'=>'A-DATA V-Series 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - OEM','popularity'=>5,'sku'=>'VDBDB1A16','timestamp'=>'2009-03-20T14:42:50.004Z','cat'=>['electronics','memory'],'spell'=>['A-DATA V-Series 1GB 184-Pin DDR SDRAM Unbuffered DDR 400 (PC 3200) System Memory - OEM'],'features'=>['CAS latency 3,	 2.7v']},{'id'=>'3007WFP','inStock'=>true,'includes'=>'USB cable','manu'=>'Dell, Inc.','name'=>'Dell Widescreen UltraSharp 3007WFP','popularity'=>6,'price'=>2199.0,'sku'=>'3007WFP','timestamp'=>'2009-03-20T14:42:50.017Z','weight'=>401.6,'cat'=>['electronics','monitor'],'spell'=>['Dell Widescreen UltraSharp 3007WFP'],'features'=>['30" TFT active matrix LCD, 2560 x 1600, .25mm dot pitch, 700:1 contrast']},{'id'=>'VA902B','inStock'=>true,'manu'=>'ViewSonic Corp.','name'=>'ViewSonic VA902B - flat panel display - TFT - 19"','popularity'=>6,'price'=>279.95,'sku'=>'VA902B','timestamp'=>'2009-03-20T14:42:50.034Z','weight'=>190.4,'cat'=>['electronics','monitor'],'spell'=>['ViewSonic VA902B - flat panel display - TFT - 19"'],'features'=>['19" TFT active matrix LCD, 8ms response time, 1280 x 1024 native resolution']},{'id'=>'0579B002','inStock'=>true,'manu'=>'Canon Inc.','name'=>'Canon PIXMA MP500 All-In-One Photo Printer','popularity'=>6,'price'=>179.99,'sku'=>'0579B002','timestamp'=>'2009-03-20T14:42:50.062Z','weight'=>352.0,'cat'=>['electronics','multifunction printer','printer','scanner','copier'],'spell'=>['Canon PIXMA MP500 All-In-One Photo Printer'],'features'=>['Multifunction ink-jet color photo printer','Flatbed scanner, optical scan resolution of 1,200 x 2,400 dpi','2.5" color LCD preview screen','Duplex Copying','Printing speed up to 29ppm black, 19ppm color','Hi-Speed USB','memory card: CompactFlash, Micro Drive, SmartMedia, Memory Stick, Memory Stick Pro, SD Card, and MultiMediaCard']}]},'facet_counts'=>{'facet_queries'=>{},'facet_fields'=>{'cat'=>['electronics',14,'memory',3,'card',2,'connector',2,'drive',2,'graphics',2,'hard',2,'monitor',2,'search',2,'software',2],'manu'=>['inc',8,'apach',2,'belkin',2,'canon',2,'comput',2,'corp',2,'corsair',2,'foundat',2,'microsystem',2,'softwar',2]},'facet_dates'=>{}}})
         
     | 
| 
         @@ -5,12 +5,46 @@ describe "Blacklight::User" do 
     | 
|
| 
       5 
5 
     | 
    
         
             
              subject { User.create! :email => 'xyz@example.com', :password => 'xyz12345' }
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
       7 
7 
     | 
    
         
             
              def mock_bookmark document_id
         
     | 
| 
       8 
     | 
    
         
            -
                Bookmark.new :document_id  
     | 
| 
      
 8 
     | 
    
         
            +
                Bookmark.new document_id: document_id, document_type: SolrDocument.to_s
         
     | 
| 
      
 9 
     | 
    
         
            +
              end
         
     | 
| 
      
 10 
     | 
    
         
            +
              
         
     | 
| 
      
 11 
     | 
    
         
            +
              describe "#bookmarks_for_documents" do
         
     | 
| 
      
 12 
     | 
    
         
            +
                before do
         
     | 
| 
      
 13 
     | 
    
         
            +
                  subject.bookmarks << mock_bookmark(1)
         
     | 
| 
      
 14 
     | 
    
         
            +
                  subject.bookmarks << mock_bookmark(2)
         
     | 
| 
      
 15 
     | 
    
         
            +
                  subject.bookmarks << mock_bookmark(3)
         
     | 
| 
      
 16 
     | 
    
         
            +
                end
         
     | 
| 
      
 17 
     | 
    
         
            +
                
         
     | 
| 
      
 18 
     | 
    
         
            +
                it "should return all the bookmarks that match the given documents" do
         
     | 
| 
      
 19 
     | 
    
         
            +
                  bookmarks = subject.bookmarks_for_documents([SolrDocument.new(id: 1), SolrDocument.new(id: 2)])
         
     | 
| 
      
 20 
     | 
    
         
            +
                  expect(bookmarks).to have(2).items
         
     | 
| 
      
 21 
     | 
    
         
            +
                  expect(bookmarks.first.document_id).to eq "1"
         
     | 
| 
      
 22 
     | 
    
         
            +
                  expect(bookmarks.last.document_id).to eq "2"
         
     | 
| 
      
 23 
     | 
    
         
            +
                end
         
     | 
| 
      
 24 
     | 
    
         
            +
              end
         
     | 
| 
      
 25 
     | 
    
         
            +
              
         
     | 
| 
      
 26 
     | 
    
         
            +
              describe "#document_is_bookmarked?" do
         
     | 
| 
      
 27 
     | 
    
         
            +
                before do
         
     | 
| 
      
 28 
     | 
    
         
            +
                  subject.bookmarks << mock_bookmark(1)
         
     | 
| 
      
 29 
     | 
    
         
            +
                end
         
     | 
| 
      
 30 
     | 
    
         
            +
                
         
     | 
| 
      
 31 
     | 
    
         
            +
                it "should  be true if the document is bookmarked" do
         
     | 
| 
      
 32 
     | 
    
         
            +
                  expect(subject).to be_document_is_bookmarked(SolrDocument.new(id: 1))
         
     | 
| 
      
 33 
     | 
    
         
            +
                end
         
     | 
| 
      
 34 
     | 
    
         
            +
             
     | 
| 
      
 35 
     | 
    
         
            +
                it "should be false if the document is not bookmarked" do
         
     | 
| 
      
 36 
     | 
    
         
            +
                  expect(subject).to_not be_document_is_bookmarked(SolrDocument.new(id: 2))
         
     | 
| 
      
 37 
     | 
    
         
            +
                end
         
     | 
| 
       9 
38 
     | 
    
         
             
              end
         
     | 
| 
       10 
39 
     | 
    
         | 
| 
       11 
     | 
    
         
            -
               
     | 
| 
       12 
     | 
    
         
            -
                 
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
      
 40 
     | 
    
         
            +
              describe "#existing_bookmark_for" do
         
     | 
| 
      
 41 
     | 
    
         
            +
                before do
         
     | 
| 
      
 42 
     | 
    
         
            +
                  subject.bookmarks << mock_bookmark(1)
         
     | 
| 
      
 43 
     | 
    
         
            +
                end
         
     | 
| 
      
 44 
     | 
    
         
            +
                
         
     | 
| 
      
 45 
     | 
    
         
            +
                it "should return the bookmark for that document id" do
         
     | 
| 
      
 46 
     | 
    
         
            +
                  expect(subject.existing_bookmark_for(SolrDocument.new(id: 1))).to eq subject.bookmarks.first
         
     | 
| 
      
 47 
     | 
    
         
            +
                end
         
     | 
| 
       14 
48 
     | 
    
         
             
              end
         
     | 
| 
       15 
49 
     | 
    
         | 
| 
       16 
50 
     | 
    
         
             
            end    
         
     | 
| 
         @@ -1,20 +1,15 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
             
     | 
| 
       2 
     | 
    
         
            -
            require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
         
     | 
| 
      
 1 
     | 
    
         
            +
            require 'spec_helper'
         
     | 
| 
       3 
2 
     | 
    
         | 
| 
       4 
3 
     | 
    
         
             
            describe Bookmark do
         
     | 
| 
       5 
     | 
    
         
            -
               
     | 
| 
       6 
     | 
    
         
            -
                 
     | 
| 
      
 4 
     | 
    
         
            +
              subject do
         
     | 
| 
      
 5 
     | 
    
         
            +
                b = Bookmark.new 
         
     | 
| 
      
 6 
     | 
    
         
            +
                b.user_id = 1
         
     | 
| 
      
 7 
     | 
    
         
            +
                b.document = SolrDocument.new(id: 'u001')
         
     | 
| 
      
 8 
     | 
    
         
            +
                b
         
     | 
| 
       7 
9 
     | 
    
         
             
              end
         
     | 
| 
       8 
10 
     | 
    
         | 
| 
       9 
11 
     | 
    
         
             
              it "should be valid" do
         
     | 
| 
       10 
     | 
    
         
            -
                 
     | 
| 
       11 
     | 
    
         
            -
                @bookmark.user_id = 1
         
     | 
| 
       12 
     | 
    
         
            -
                @bookmark.document_id = 'u001'
         
     | 
| 
       13 
     | 
    
         
            -
                expect(@bookmark).to be_valid
         
     | 
| 
       14 
     | 
    
         
            -
              end
         
     | 
| 
       15 
     | 
    
         
            -
               
         
     | 
| 
       16 
     | 
    
         
            -
              it "should require user_id" do
         
     | 
| 
       17 
     | 
    
         
            -
                expect(@bookmark).to have(1).error_on(:user_id)
         
     | 
| 
      
 12 
     | 
    
         
            +
                expect(subject).to be_valid
         
     | 
| 
       18 
13 
     | 
    
         
             
              end
         
     | 
| 
       19 
14 
     | 
    
         | 
| 
       20 
15 
     | 
    
         
             
              it "should belong to user" do
         
     | 
| 
         @@ -22,10 +17,20 @@ describe Bookmark do 
     | 
|
| 
       22 
17 
     | 
    
         
             
              end
         
     | 
| 
       23 
18 
     | 
    
         | 
| 
       24 
19 
     | 
    
         
             
              it "should be valid after saving" do
         
     | 
| 
       25 
     | 
    
         
            -
                 
     | 
| 
       26 
     | 
    
         
            -
                 
     | 
| 
       27 
     | 
    
         
            -
             
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
      
 20 
     | 
    
         
            +
                subject.save
         
     | 
| 
      
 21 
     | 
    
         
            +
                expect(subject).to be_valid
         
     | 
| 
      
 22 
     | 
    
         
            +
              end
         
     | 
| 
      
 23 
     | 
    
         
            +
              
         
     | 
| 
      
 24 
     | 
    
         
            +
              describe "#document_type" do
         
     | 
| 
      
 25 
     | 
    
         
            +
                it "should be the class of the solr document" do
         
     | 
| 
      
 26 
     | 
    
         
            +
                  expect(subject.document_type).to eq SolrDocument
         
     | 
| 
      
 27 
     | 
    
         
            +
                end
         
     | 
| 
      
 28 
     | 
    
         
            +
              end
         
     | 
| 
      
 29 
     | 
    
         
            +
              
         
     | 
| 
      
 30 
     | 
    
         
            +
              describe "#document" do
         
     | 
| 
      
 31 
     | 
    
         
            +
                it "should be a SolrDocument with just an id field" do
         
     | 
| 
      
 32 
     | 
    
         
            +
                  expect(subject.document).to be_a_kind_of SolrDocument
         
     | 
| 
      
 33 
     | 
    
         
            +
                  expect(subject.document.id).to eq 'u001'
         
     | 
| 
      
 34 
     | 
    
         
            +
                end
         
     | 
| 
       30 
35 
     | 
    
         
             
              end
         
     | 
| 
       31 
36 
     | 
    
         
             
            end
         
     | 
    
        data/spec/spec_helper.rb
    CHANGED
    
    
    
        data/template.demo.rb
    CHANGED
    
    | 
         @@ -1,4 +1,4 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            gem "blacklight"
         
     | 
| 
      
 1 
     | 
    
         
            +
            gem "blacklight", ">= 5.3.0"
         
     | 
| 
       2 
2 
     | 
    
         | 
| 
       3 
3 
     | 
    
         
             
            run "bundle install"
         
     | 
| 
       4 
4 
     | 
    
         | 
| 
         @@ -10,11 +10,6 @@ rake "db:migrate" 
     | 
|
| 
       10 
10 
     | 
    
         | 
| 
       11 
11 
     | 
    
         
             
            # index some data
         
     | 
| 
       12 
12 
     | 
    
         
             
            rake "jetty:clean"
         
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
            jetty_params = Jettywrapper.load_config('development')
         
     | 
| 
       18 
     | 
    
         
            -
            Jettywrapper.wrap(jetty_params) do
         
     | 
| 
       19 
     | 
    
         
            -
              rake "blacklight:solr:seed"
         
     | 
| 
       20 
     | 
    
         
            -
            end
         
     | 
| 
      
 13 
     | 
    
         
            +
            rake "jetty:start"
         
     | 
| 
      
 14 
     | 
    
         
            +
            rake "blacklight:solr:seed"
         
     | 
| 
      
 15 
     | 
    
         
            +
            rake "jetty:stop"
         
     | 
    
        metadata
    CHANGED
    
    | 
         @@ -1,7 +1,7 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            --- !ruby/object:Gem::Specification
         
     | 
| 
       2 
2 
     | 
    
         
             
            name: blacklight
         
     | 
| 
       3 
3 
     | 
    
         
             
            version: !ruby/object:Gem::Version
         
     | 
| 
       4 
     | 
    
         
            -
              version: 5. 
     | 
| 
      
 4 
     | 
    
         
            +
              version: 5.4.0.rc1
         
     | 
| 
       5 
5 
     | 
    
         
             
            platform: ruby
         
     | 
| 
       6 
6 
     | 
    
         
             
            authors:
         
     | 
| 
       7 
7 
     | 
    
         
             
            - Jonathan Rochkind
         
     | 
| 
         @@ -17,7 +17,7 @@ authors: 
     | 
|
| 
       17 
17 
     | 
    
         
             
            autorequire: 
         
     | 
| 
       18 
18 
     | 
    
         
             
            bindir: bin
         
     | 
| 
       19 
19 
     | 
    
         
             
            cert_chain: []
         
     | 
| 
       20 
     | 
    
         
            -
            date: 2014- 
     | 
| 
      
 20 
     | 
    
         
            +
            date: 2014-04-10 00:00:00.000000000 Z
         
     | 
| 
       21 
21 
     | 
    
         
             
            dependencies:
         
     | 
| 
       22 
22 
     | 
    
         
             
            - !ruby/object:Gem::Dependency
         
     | 
| 
       23 
23 
     | 
    
         
             
              name: rails
         
     | 
| 
         @@ -240,6 +240,7 @@ files: 
     | 
|
| 
       240 
240 
     | 
    
         
             
            - app/assets/javascripts/blacklight/blacklight.js
         
     | 
| 
       241 
241 
     | 
    
         
             
            - app/assets/javascripts/blacklight/bookmark_toggle.js
         
     | 
| 
       242 
242 
     | 
    
         
             
            - app/assets/javascripts/blacklight/checkbox_submit.js
         
     | 
| 
      
 243 
     | 
    
         
            +
            - app/assets/javascripts/blacklight/collapsable.js
         
     | 
| 
       243 
244 
     | 
    
         
             
            - app/assets/javascripts/blacklight/core.js
         
     | 
| 
       244 
245 
     | 
    
         
             
            - app/assets/javascripts/blacklight/search_context.js
         
     | 
| 
       245 
246 
     | 
    
         
             
            - app/assets/stylesheets/blacklight/_blacklight_base.css.scss
         
     | 
| 
         @@ -276,6 +277,7 @@ files: 
     | 
|
| 
       276 
277 
     | 
    
         
             
            - app/models/bookmark.rb
         
     | 
| 
       277 
278 
     | 
    
         
             
            - app/models/record_mailer.rb
         
     | 
| 
       278 
279 
     | 
    
         
             
            - app/models/search.rb
         
     | 
| 
      
 280 
     | 
    
         
            +
            - app/models/solr_document.rb
         
     | 
| 
       279 
281 
     | 
    
         
             
            - app/views/_flash_msg.html.erb
         
     | 
| 
       280 
282 
     | 
    
         
             
            - app/views/_user_util_links.html.erb
         
     | 
| 
       281 
283 
     | 
    
         
             
            - app/views/bookmarks/_tools.html.erb
         
     | 
| 
         @@ -357,8 +359,10 @@ files: 
     | 
|
| 
       357 
359 
     | 
    
         
             
            - config/locales/blacklight.en.yml
         
     | 
| 
       358 
360 
     | 
    
         
             
            - config/locales/blacklight.es.yml
         
     | 
| 
       359 
361 
     | 
    
         
             
            - config/locales/blacklight.fr.yml
         
     | 
| 
      
 362 
     | 
    
         
            +
            - config/locales/blacklight.pt-BR.yml
         
     | 
| 
       360 
363 
     | 
    
         
             
            - db/migrate/20140202020201_create_searches.rb
         
     | 
| 
       361 
364 
     | 
    
         
             
            - db/migrate/20140202020202_create_bookmarks.rb
         
     | 
| 
      
 365 
     | 
    
         
            +
            - db/migrate/20140320000000_add_polymorphic_type_to_bookmarks.rb
         
     | 
| 
       362 
366 
     | 
    
         
             
            - gemfiles/rails3.gemfile
         
     | 
| 
       363 
367 
     | 
    
         
             
            - gemfiles/rails4.1.gemfile
         
     | 
| 
       364 
368 
     | 
    
         
             
            - gemfiles/rails4.gemfile
         
     | 
| 
         @@ -401,6 +405,7 @@ files: 
     | 
|
| 
       401 
405 
     | 
    
         
             
            - lib/blacklight/solr_response/group_response.rb
         
     | 
| 
       402 
406 
     | 
    
         
             
            - lib/blacklight/solr_response/more_like_this.rb
         
     | 
| 
       403 
407 
     | 
    
         
             
            - lib/blacklight/solr_response/pagination_methods.rb
         
     | 
| 
      
 408 
     | 
    
         
            +
            - lib/blacklight/solr_response/response.rb
         
     | 
| 
       404 
409 
     | 
    
         
             
            - lib/blacklight/solr_response/spelling.rb
         
     | 
| 
       405 
410 
     | 
    
         
             
            - lib/blacklight/user.rb
         
     | 
| 
       406 
411 
     | 
    
         
             
            - lib/blacklight/utils.rb
         
     | 
| 
         @@ -412,6 +417,7 @@ files: 
     | 
|
| 
       412 
417 
     | 
    
         
             
            - lib/generators/blacklight/templates/blacklight.css.scss
         
     | 
| 
       413 
418 
     | 
    
         
             
            - lib/generators/blacklight/templates/blacklight.en.yml
         
     | 
| 
       414 
419 
     | 
    
         
             
            - lib/generators/blacklight/templates/catalog_controller.rb
         
     | 
| 
      
 420 
     | 
    
         
            +
            - lib/generators/blacklight/templates/config/initializers/blacklight_initializer.rb
         
     | 
| 
       415 
421 
     | 
    
         
             
            - lib/generators/blacklight/templates/config/jetty.yml
         
     | 
| 
       416 
422 
     | 
    
         
             
            - lib/generators/blacklight/templates/config/solr.yml
         
     | 
| 
       417 
423 
     | 
    
         
             
            - lib/generators/blacklight/templates/solr_document.rb
         
     | 
| 
         @@ -423,7 +429,6 @@ files: 
     | 
|
| 
       423 
429 
     | 
    
         
             
            - spec/controllers/catalog_controller_spec.rb
         
     | 
| 
       424 
430 
     | 
    
         
             
            - spec/controllers/saved_searches_controller_spec.rb
         
     | 
| 
       425 
431 
     | 
    
         
             
            - spec/controllers/search_history_controller_spec.rb
         
     | 
| 
       426 
     | 
    
         
            -
            - spec/data/sample_docs.yml
         
     | 
| 
       427 
432 
     | 
    
         
             
            - spec/features/alternate_controller_spec.rb
         
     | 
| 
       428 
433 
     | 
    
         
             
            - spec/features/bookmarks_spec.rb
         
     | 
| 
       429 
434 
     | 
    
         
             
            - spec/features/did_you_mean_spec.rb
         
     | 
| 
         @@ -432,6 +437,7 @@ files: 
     | 
|
| 
       432 
437 
     | 
    
         
             
            - spec/features/saved_searches_spec.rb
         
     | 
| 
       433 
438 
     | 
    
         
             
            - spec/features/search_context_spec.rb
         
     | 
| 
       434 
439 
     | 
    
         
             
            - spec/features/search_filters_spec.rb
         
     | 
| 
      
 440 
     | 
    
         
            +
            - spec/features/search_formats_spec.rb
         
     | 
| 
       435 
441 
     | 
    
         
             
            - spec/features/search_history_spec.rb
         
     | 
| 
       436 
442 
     | 
    
         
             
            - spec/features/search_pagination_spec.rb
         
     | 
| 
       437 
443 
     | 
    
         
             
            - spec/features/search_results_spec.rb
         
     | 
| 
         @@ -515,9 +521,9 @@ required_ruby_version: !ruby/object:Gem::Requirement 
     | 
|
| 
       515 
521 
     | 
    
         
             
                  version: '0'
         
     | 
| 
       516 
522 
     | 
    
         
             
            required_rubygems_version: !ruby/object:Gem::Requirement
         
     | 
| 
       517 
523 
     | 
    
         
             
              requirements:
         
     | 
| 
       518 
     | 
    
         
            -
              - - " 
     | 
| 
      
 524 
     | 
    
         
            +
              - - ">"
         
     | 
| 
       519 
525 
     | 
    
         
             
                - !ruby/object:Gem::Version
         
     | 
| 
       520 
     | 
    
         
            -
                  version:  
     | 
| 
      
 526 
     | 
    
         
            +
                  version: 1.3.1
         
     | 
| 
       521 
527 
     | 
    
         
             
            requirements: []
         
     | 
| 
       522 
528 
     | 
    
         
             
            rubyforge_project: 
         
     | 
| 
       523 
529 
     | 
    
         
             
            rubygems_version: 2.2.2
         
     | 
| 
         @@ -531,7 +537,6 @@ test_files: 
     | 
|
| 
       531 
537 
     | 
    
         
             
            - spec/controllers/catalog_controller_spec.rb
         
     | 
| 
       532 
538 
     | 
    
         
             
            - spec/controllers/saved_searches_controller_spec.rb
         
     | 
| 
       533 
539 
     | 
    
         
             
            - spec/controllers/search_history_controller_spec.rb
         
     | 
| 
       534 
     | 
    
         
            -
            - spec/data/sample_docs.yml
         
     | 
| 
       535 
540 
     | 
    
         
             
            - spec/features/alternate_controller_spec.rb
         
     | 
| 
       536 
541 
     | 
    
         
             
            - spec/features/bookmarks_spec.rb
         
     | 
| 
       537 
542 
     | 
    
         
             
            - spec/features/did_you_mean_spec.rb
         
     | 
| 
         @@ -540,6 +545,7 @@ test_files: 
     | 
|
| 
       540 
545 
     | 
    
         
             
            - spec/features/saved_searches_spec.rb
         
     | 
| 
       541 
546 
     | 
    
         
             
            - spec/features/search_context_spec.rb
         
     | 
| 
       542 
547 
     | 
    
         
             
            - spec/features/search_filters_spec.rb
         
     | 
| 
      
 548 
     | 
    
         
            +
            - spec/features/search_formats_spec.rb
         
     | 
| 
       543 
549 
     | 
    
         
             
            - spec/features/search_history_spec.rb
         
     | 
| 
       544 
550 
     | 
    
         
             
            - spec/features/search_pagination_spec.rb
         
     | 
| 
       545 
551 
     | 
    
         
             
            - spec/features/search_results_spec.rb
         
     | 
    
        data/spec/data/sample_docs.yml
    DELETED
    
    | 
         @@ -1,655 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            --- 
         
     | 
| 
       2 
     | 
    
         
            -
            document_list_mash: 
         
     | 
| 
       3 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       4 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       5 
     | 
    
         
            -
                format: Book
         
     | 
| 
       6 
     | 
    
         
            -
                author_vern_display: "\xE2\x80\x8F\xD7\xA4\xD7\x99\xD7\xA0\xD7\xA7\xD7\x9C, \xD7\x97\xD7\x99\xD7\x99\xD7\x9D \xD7\x99\xD7\xA2\xD7\xA7\xD7\x91"
         
     | 
| 
       7 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       8 
     | 
    
         
            -
                - 283 p.
         
     | 
| 
       9 
     | 
    
         
            -
                title_vern_display: "\xE2\x80\x8F\xD7\xA9\xD7\x95\xD7\x93\xD7\x93\xD7\x99\xD6\xBE\xD7\x99\xD7\x9D \xD7\x99\xD7\x94\xD7\x95\xD7\x93\xD7\x99\xD7\x99\xD7\x9D :\xE2\x80\x8F"
         
     | 
| 
       10 
     | 
    
         
            -
                isbn_t: 
         
     | 
| 
       11 
     | 
    
         
            -
                - "9650101373"
         
     | 
| 
       12 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       13 
     | 
    
         
            -
                - "1984"
         
     | 
| 
       14 
     | 
    
         
            -
                subtitle_display: "sipurim mafli\xCA\xBCim ha-mevusasim \xCA\xBBal \xCA\xBBuvdot hist\xCC\xA3oriyot"
         
     | 
| 
       15 
     | 
    
         
            -
                id: "86207417"
         
     | 
| 
       16 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       17 
     | 
    
         
            -
                - G535 .F54 1984
         
     | 
| 
       18 
     | 
    
         
            -
                author_display: Finkel, Chaim Jacob
         
     | 
| 
       19 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       20 
     | 
    
         
            -
                - Hebrew
         
     | 
| 
       21 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       22 
     | 
    
         
            -
                - "\xE2\x80\x8F\xD7\x99\xD7\xA8\xD7\x95\xD7\xA9\xD7\x9C\xD7\x99\xD7\x9D :\xE2\x80\x8F"
         
     | 
| 
       23 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       24 
     | 
    
         
            -
                - Jewish pirates
         
     | 
| 
       25 
     | 
    
         
            -
                - Jewish criminals
         
     | 
| 
       26 
     | 
    
         
            -
                title_display: Shodede-yam Yehudiyim
         
     | 
| 
       27 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       28 
     | 
    
         
            -
                - Yerushalayim
         
     | 
| 
       29 
     | 
    
         
            -
                subtitle_vern_display: "\xE2\x80\x8F\xD7\xA1\xD7\xA4\xD7\x95\xD7\xA8\xD7\x99\xD7\x9D \xD7\x9E\xD7\xA4\xD7\x9C\xD7\x99\xD7\x90\xD7\x99\xD7\x9D \xD7\x94\xD7\x9E\xD7\x91\xD7\x95\xD7\xA1\xD7\xA1\xD7\x99\xD7\x9D \xD7\xA2\xD7\x9C \xD7\xA2\xD7\x95\xD7\x91\xD7\x93\xD7\x95\xD7\xAA \xD7\x94\xD7\x99\xD7\xA1\xD7\x98\xD7\x95\xD7\xA8\xD7\x99\xD7\x95\xD7\xAA /\xE2\x80\x8F"
         
     | 
| 
       30 
     | 
    
         
            -
                marc_display:  "01041cam  2200265 a 4500001002000000003000400020005001700024008004100041010002400082020002500106020004400131040001800175050002400193082001800217100003200235245008700267246003600354250001200390260003700402300002900439500004200468520022000510650003300730650001200763^###89048230#/AC/r91^DLC^19911106082810.9^891101s1990####maua###j######000#0#eng##^##$a###89048230#/AC/r91^##$a0316107514\" :$c$12.95^##$a0316107506 (pbk.)\" :$c$5.95 ($6.95 Can.)^##$aDLC$cDLC$dDLC^00$aGV943.25$b.B74 1990^00$a796.334/2$220^10$aBrenner, Richard J.,$d1941-^10$aMake the team.$pSoccer :$ba heads up guide to super soccer! /$cRichard J. Brenner.^30$aHeads up guide to super soccer.^##$a1st ed.^##$aBoston :$bLittle, Brown,$cc1990.^##$a127 p. :$bill. ;$c19 cm.^##$a\"A Sports illustrated for kids book.\"^##$aInstructions for improving soccer skills. Discusses dribbling, heading, playmaking, defense, conditioning, mental attitude, how to handle problems with coaches, parents, and other players, and the history of soccer.^#0$aSoccer$vJuvenile literature.^#1$aSoccer.^\\"
         
     | 
| 
       31 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       32 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       33 
     | 
    
         
            -
                format: Book
         
     | 
| 
       34 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       35 
     | 
    
         
            -
                - v. <1>
         
     | 
| 
       36 
     | 
    
         
            -
                title_vern_display: "\xE2\x80\x8F\xD8\xA7\xD8\xB4\xD9\x86\xD8\xA7\xD8\xA6\xD9\x89 \xD8\xA8\xD8\xA7 \xD8\xAD\xD9\x88\xD8\xB2\xD9\x87\xE2\x80\x8C\xD9\x87\xD8\xA7\xD9\x89 \xD8\xB9\xD9\x84\xD9\x85\xD9\x8A\xDB\x80 \xD8\xB4\xD9\x8A\xD8\xB9\xD9\x87 \xD8\xAF\xD8\xB1 \xD8\xB7\xD9\x88\xD9\x84 \xD8\xAA\xD8\xA7\xD8\xB1\xD9\x8A\xD8\xAE /\xE2\x80\x8F"
         
     | 
| 
       37 
     | 
    
         
            -
                subject_geo_facet: 
         
     | 
| 
       38 
     | 
    
         
            -
                - Islamic countries
         
     | 
| 
       39 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       40 
     | 
    
         
            -
                - "1986"
         
     | 
| 
       41 
     | 
    
         
            -
                id: "87931798"
         
     | 
| 
       42 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       43 
     | 
    
         
            -
                - BP44 .M88 1986
         
     | 
| 
       44 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       45 
     | 
    
         
            -
                - Persian
         
     | 
| 
       46 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       47 
     | 
    
         
            -
                - "\xE2\x80\x8F\xD8\xA7\xD8\xB5\xD9\x81\xD9\x87\xD8\xA7\xD9\x86 :\xE2\x80\x8F"
         
     | 
| 
       48 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       49 
     | 
    
         
            -
                - Religious institutions
         
     | 
| 
       50 
     | 
    
         
            -
                - Shiites
         
     | 
| 
       51 
     | 
    
         
            -
                - Islamic universities and colleges
         
     | 
| 
       52 
     | 
    
         
            -
                title_display: "A\xCC\x84shna\xCC\x84\xCA\xBCi\xCC\x84 ba\xCC\x84 h\xCC\xA3awzah\xCA\xB9ha\xCC\x84-yi \xCA\xBBilmi\xCC\x84yah-\xCA\xBCi Shi\xCC\x84\xCA\xBBah dar t\xCC\xA3u\xCC\x84l-i ta\xCC\x84ri\xCC\x84kh"
         
     | 
| 
       53 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       54 
     | 
    
         
            -
                - "Is\xCC\xA3faha\xCC\x84n"
         
     | 
| 
       55 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       56 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       57 
     | 
    
         
            -
                format: Book
         
     | 
| 
       58 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       59 
     | 
    
         
            -
                - 65 p.
         
     | 
| 
       60 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       61 
     | 
    
         
            -
                - "1975"
         
     | 
| 
       62 
     | 
    
         
            -
                subtitle_display: "t\xCA\xBBeoriul-met\xCA\xBBoduri narkvevi"
         
     | 
| 
       63 
     | 
    
         
            -
                id: "90142413"
         
     | 
| 
       64 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       65 
     | 
    
         
            -
                - MLCSN 96/3906 (H)
         
     | 
| 
       66 
     | 
    
         
            -
                author_display: "Lomt\xCA\xBBat\xCA\xBBiz\xCC\x87e, C\xCC\x8Cola, 1879-1915"
         
     | 
| 
       67 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       68 
     | 
    
         
            -
                - Georgian
         
     | 
| 
       69 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       70 
     | 
    
         
            -
                - Industrial workers; life style
         
     | 
| 
       71 
     | 
    
         
            -
                title_display: "Mrecvelobis mus\xCC\x8Cakis c\xCA\xBBxovrebis cesi"
         
     | 
| 
       72 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       73 
     | 
    
         
            -
                - "T\xCA\xBBbilisi"
         
     | 
| 
       74 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       75 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       76 
     | 
    
         
            -
                format: Book
         
     | 
| 
       77 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       78 
     | 
    
         
            -
                - 5 v.
         
     | 
| 
       79 
     | 
    
         
            -
                title_vern_display: !binary |
         
     | 
| 
       80 
     | 
    
         
            -
                  5YyX6Z+T44CA5rOV5Luk6ZuG44CA77yP
         
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
                subject_geo_facet: 
         
     | 
| 
       83 
     | 
    
         
            -
                - Korea (North)
         
     | 
| 
       84 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       85 
     | 
    
         
            -
                - "1990"
         
     | 
| 
       86 
     | 
    
         
            -
                id: "92117465"
         
     | 
| 
       87 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       88 
     | 
    
         
            -
                - KPC13 .K67 1990
         
     | 
| 
       89 
     | 
    
         
            -
                author_display: Korea (North)
         
     | 
| 
       90 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       91 
     | 
    
         
            -
                - Korean
         
     | 
| 
       92 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       93 
     | 
    
         
            -
                - !binary |
         
     | 
| 
       94 
     | 
    
         
            -
                  7ISc7Jq444CA5oyB5Yil5biC44CA77ya
         
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       97 
     | 
    
         
            -
                - Law
         
     | 
| 
       98 
     | 
    
         
            -
                title_display: "Pukhan po\xCC\x86mnyo\xCC\x86ngjip"
         
     | 
| 
       99 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       100 
     | 
    
         
            -
                - "So\xCC\x86ul T\xCA\xBBu\xCC\x86kpyo\xCC\x86lsi"
         
     | 
| 
       101 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       102 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       103 
     | 
    
         
            -
                format: Book
         
     | 
| 
       104 
     | 
    
         
            -
                author_vern_display: "\xE2\x80\x8F\xD7\x99\xD7\xA9\xD7\xA8\xD7\x90\xD7\x9C \xD7\x9E\xD7\x90\xD7\x99\xD7\xA8,\xE2\x80\x8F \xE2\x80\x8F\xD7\x94\xD7\x9B\xD7\x94\xD7\x9F"
         
     | 
| 
       105 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       106 
     | 
    
         
            -
                - v. <1-5>
         
     | 
| 
       107 
     | 
    
         
            -
                title_vern_display: "\xE2\x80\x8F\xD7\xA1\xD7\xA4\xD7\xA8 \xD7\x9E\xD7\xA9\xD7\xA0\xD7\x94 \xD7\x91\xD7\xA8\xD7\x95\xD7\xA8\xD7\x94 :\xE2\x80\x8F"
         
     | 
| 
       108 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       109 
     | 
    
         
            -
                - "1992"
         
     | 
| 
       110 
     | 
    
         
            -
                subtitle_display: "v\xCC\xA3e-hu perush yafeh u-menupeh \xCA\xBBal Shulh\xCC\xA3an \xCA\xBBarukh Orah\xCC\xA3 h\xCC\xA3ayim asher h\xCC\xA3iber Yosef K\xCC\xA3aro ... \xCA\xBBim h\xCC\xA3idushe dinim she-hishmit\xCC\xA3 ha-ga\xCA\xBCon ... v\xCC\xA3e-himtsi\xCA\xBCam ... Mosheh Iserlish"
         
     | 
| 
       111 
     | 
    
         
            -
                id: "92828023"
         
     | 
| 
       112 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       113 
     | 
    
         
            -
                - BM520.88.A53 I88 1992b
         
     | 
| 
       114 
     | 
    
         
            -
                author_display: Israel Meir, ha-Kohen, 1838-1933
         
     | 
| 
       115 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       116 
     | 
    
         
            -
                - Hebrew
         
     | 
| 
       117 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       118 
     | 
    
         
            -
                - "\xE2\x80\x8F[Jerusalem? :\xE2\x80\x8F"
         
     | 
| 
       119 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       120 
     | 
    
         
            -
                - Karo, Joseph ben Ephraim, 1488-1575
         
     | 
| 
       121 
     | 
    
         
            -
                - Jewish law
         
     | 
| 
       122 
     | 
    
         
            -
                - Judaism
         
     | 
| 
       123 
     | 
    
         
            -
                title_display: Sefer Mishnah berurah
         
     | 
| 
       124 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       125 
     | 
    
         
            -
                - Jerusalem?
         
     | 
| 
       126 
     | 
    
         
            -
                subtitle_vern_display: "\xE2\x80\x8F\xD7\x95\xD7\x94\xD7\x95\xD7\x90 \xD7\xA4\xD7\x99\xD7\xA8\xD7\x95\xD7\xA9 \xD7\x99\xD7\xA4\xD7\x94 \xD7\x95\xD7\x9E\xD7\xA0\xD7\xA4\xD7\x94 \xD7\xA2\xD7\x9C \xD7\xA9\xD7\x9C\xD7\x97\xD7\x9F \xD7\xA2\xD7\xA8\xD7\x95\xD7\x9A \xD7\x90\xD7\xA8\xD7\x97 \xD7\x97\xD7\x99\xD7\x99\xD7\x9D \xD7\x90\xD7\xA9\xD7\xA8 \xD7\x97\xD7\x91\xD7\xA8 \xD7\x99\xD7\x95\xD7\xA1\xD7\xA3 \xD7\xA7\xD7\x90\xD7\xA8\xD7\x95 ... \xD7\xA2\xD7\x9D \xD7\x97\xD7\x99\xD7\x93\xD7\x95\xD7\xA9\xD7\x99 \xD7\x93\xD7\x99\xD7\xA0\xD7\x99\xD7\x9D \xD7\xA9\xD7\x94\xD7\xA9\xD7\x9E\xD7\x99\xD7\x98 \xD7\x94\xD7\x92\xD7\x90\xD7\x95\xD7\x9F ... \xD7\x95\xD7\x94\xD7\x9E\xD7\xA6\xD7\x99\xD7\x90\xD7\x9D \xD7\x9E\xD7\xA9\xD7\x94 \xD7\x90\xD7\x99\xD7\xA1\xD7\xA8\xD7\x9C\xD7\x99\xD7\xA9 /\xE2\x80\x8F"
         
     | 
| 
       127 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       128 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       129 
     | 
    
         
            -
                format: Book
         
     | 
| 
       130 
     | 
    
         
            -
                author_vern_display: "\xEA\xB9\x80\xE3\x80\x80\xED\x99\x8D\xEC\x8B\xA0, 1947-"
         
     | 
| 
       131 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       132 
     | 
    
         
            -
                - 289 p.
         
     | 
| 
       133 
     | 
    
         
            -
                title_vern_display: !binary |
         
     | 
| 
       134 
     | 
    
         
            -
                  7JWE7KeB64+E44CA6re465+t44CA7KCA65+t44CA7IKs7Iut64uI6rmM
         
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
                subject_geo_facet: 
         
     | 
| 
       137 
     | 
    
         
            -
                - Seoul (Korea)
         
     | 
| 
       138 
     | 
    
         
            -
                - Korea (South)
         
     | 
| 
       139 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       140 
     | 
    
         
            -
                - "1990"
         
     | 
| 
       141 
     | 
    
         
            -
                subtitle_display: "kangnam yo\xCC\x86in kwa sin p\xCA\xBBalbulch\xCA\xBBul : Kim Hong-sin set\xCA\xBBae ru\xCC\x86p\xCA\xBBo"
         
     | 
| 
       142 
     | 
    
         
            -
                id: "94120425"
         
     | 
| 
       143 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       144 
     | 
    
         
            -
                - HQ1765.5 .K46 1990
         
     | 
| 
       145 
     | 
    
         
            -
                author_display: Kim, Hong-sin, 1947-
         
     | 
| 
       146 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       147 
     | 
    
         
            -
                - Korean
         
     | 
| 
       148 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       149 
     | 
    
         
            -
                - !binary |
         
     | 
| 
       150 
     | 
    
         
            -
                  7ISc7Jq4
         
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       153 
     | 
    
         
            -
                - Women
         
     | 
| 
       154 
     | 
    
         
            -
                title_display: "Ajikto ku\xCC\x86ro\xCC\x86k cho\xCC\x86ro\xCC\x86k sasimnikka"
         
     | 
| 
       155 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       156 
     | 
    
         
            -
                - "So\xCC\x86ul"
         
     | 
| 
       157 
     | 
    
         
            -
                subtitle_vern_display: "\xEA\xB0\x95\xEB\x82\xA8\xE3\x80\x80\xEC\x97\xAC\xEC\x9D\xB8\xE3\x80\x80\xEA\xB3\xBC\xE3\x80\x80\xEC\x8B\xA0\xE3\x80\x80\xED\x8C\x94\xEB\xB6\x88\xEC\xB6\x9C : \xE9\x87\x91\xE3\x80\x80\xE6\xB4\xAA\xE4\xBF\xA1\xE3\x80\x80\xEC\x84\xB8\xED\x83\x9C\xE3\x80\x80\xEB\xA5\xB4\xED\x8F\xAC"
         
     | 
| 
       158 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       159 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       160 
     | 
    
         
            -
                format: Book
         
     | 
| 
       161 
     | 
    
         
            -
                author_vern_display: "\xE2\x80\x8F\xD8\xB1\xD8\xAC\xD8\xA7\xD9\x8A\xD9\x89\xD8\x8C \xD9\x81\xD8\xB1\xD9\x87\xD9\x86\xDA\xAF ."
         
     | 
| 
       162 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       163 
     | 
    
         
            -
                - 323 p.
         
     | 
| 
       164 
     | 
    
         
            -
                title_vern_display: "\xE2\x80\x8F\xD9\x85\xD8\xB9\xD8\xB1\xD9\x83\xDB\x80 \xD8\xAC\xD9\x87\xD8\xA7\xD9\x86\xE2\x80\x8C\xD8\xA8\xD9\x8A\xD9\x86\xD9\x89\xD9\x87\xD8\xA7 :\xE2\x80\x8F"
         
     | 
| 
       165 
     | 
    
         
            -
                subject_geo_facet: 
         
     | 
| 
       166 
     | 
    
         
            -
                - Iran
         
     | 
| 
       167 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       168 
     | 
    
         
            -
                - "1994"
         
     | 
| 
       169 
     | 
    
         
            -
                subtitle_display: "dar khiradvarzi\xCC\x84-i siya\xCC\x84si\xCC\x84 va huvi\xCC\x84yat-i ma\xCC\x84 I\xCC\x84ra\xCC\x84ni\xCC\x84ya\xCC\x84n"
         
     | 
| 
       170 
     | 
    
         
            -
                id: "96933325"
         
     | 
| 
       171 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       172 
     | 
    
         
            -
                - DS274 .R327 1994
         
     | 
| 
       173 
     | 
    
         
            -
                author_display: "Raja\xCC\x84yi\xCC\x84, Farhang, 1952 or 3-"
         
     | 
| 
       174 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       175 
     | 
    
         
            -
                - Persian
         
     | 
| 
       176 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       177 
     | 
    
         
            -
                - "\xE2\x80\x8F\xD8\xAA\xD9\x87\xD8\xB1\xD8\xA7\xD9\x86 :\xE2\x80\x8F"
         
     | 
| 
       178 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       179 
     | 
    
         
            -
                - Political science
         
     | 
| 
       180 
     | 
    
         
            -
                - Iranians
         
     | 
| 
       181 
     | 
    
         
            -
                title_display: "Ma\xCA\xBBrakah-\xCA\xBCi jaha\xCC\x84n\xCA\xB9bi\xCC\x84ni\xCC\x84\xCA\xB9ha\xCC\x84"
         
     | 
| 
       182 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       183 
     | 
    
         
            -
                - "Tihra\xCC\x84n"
         
     | 
| 
       184 
     | 
    
         
            -
                subtitle_vern_display: "\xE2\x80\x8F\xD8\xAF\xD8\xB1 \xD8\xAE\xD8\xB1\xD8\xAF\xD9\x88\xD8\xB1\xD8\xB2\xD9\x89 \xD8\xB3\xD9\x8A\xD8\xA7\xD8\xB3\xD9\x89 \xD9\x88 \xD9\x87\xD9\x88\xD9\x8A\xD8\xAA \xD9\x85\xD8\xA7 \xD8\xA7\xD9\x8A\xD8\xB1\xD8\xA7\xD9\x86\xD9\x8A\xD8\xA7\xD9\x86 /\xE2\x80\x8F"
         
     | 
| 
       185 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       186 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       187 
     | 
    
         
            -
                format: Book
         
     | 
| 
       188 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       189 
     | 
    
         
            -
                - v. <1   >
         
     | 
| 
       190 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       191 
     | 
    
         
            -
                - "2000"
         
     | 
| 
       192 
     | 
    
         
            -
                id: "2001417245"
         
     | 
| 
       193 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       194 
     | 
    
         
            -
                - PK3798.N313 S87 2000
         
     | 
| 
       195 
     | 
    
         
            -
                author_display: "Na\xCC\x84ra\xCC\x84yan\xCC\xA3a Pan\xCC\xA3d\xCC\xA3ita\xCC\x84ca\xCC\x84rya, 13th cent"
         
     | 
| 
       196 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       197 
     | 
    
         
            -
                - Sanskrit
         
     | 
| 
       198 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       199 
     | 
    
         
            -
                - Madhva, 13th cent
         
     | 
| 
       200 
     | 
    
         
            -
                title_display: "Sumadhvavijayah\xCC\xA3"
         
     | 
| 
       201 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       202 
     | 
    
         
            -
                - Bangalore
         
     | 
| 
       203 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       204 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       205 
     | 
    
         
            -
                format: Book
         
     | 
| 
       206 
     | 
    
         
            -
                author_vern_display: "\xD9\x88\xD9\x84\xD8\xAF \xD9\x85\xD9\x88\xD9\x84\xD8\xA7\xD9\x8A \xD8\xA7\xD9\x84\xD8\xB2\xD9\x8A\xD9\x86\xD8\x8C \xD8\xB3\xD9\x8A\xD8\xAF \xD9\x85\xD8\xAD\xD9\x85\xD8\xAF \xD9\x88\xD9\x84\xD8\xAF \xD8\xB3\xD9\x8A\xD8\xAF"
         
     | 
| 
       207 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       208 
     | 
    
         
            -
                - 128 p.
         
     | 
| 
       209 
     | 
    
         
            -
                title_vern_display: "\xD8\xA7\xD9\x84\xD8\xAD\xD8\xB1\xD8\xA8 \xD9\x81\xD9\x8A \xD8\xA7\xD9\x84\xD8\xA3\xD9\x84\xD9\x81\xD9\x8A\xD8\xA9 \xD8\xA7\xD9\x84\xD8\xAB\xD8\xA7\xD9\x84\xD8\xAB\xD8\xA9"
         
     | 
| 
       210 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       211 
     | 
    
         
            -
                - "2003"
         
     | 
| 
       212 
     | 
    
         
            -
                id: "2003546302"
         
     | 
| 
       213 
     | 
    
         
            -
                subject_era_facet: 
         
     | 
| 
       214 
     | 
    
         
            -
                - 21st century
         
     | 
| 
       215 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       216 
     | 
    
         
            -
                - U21.2 .W85 2003
         
     | 
| 
       217 
     | 
    
         
            -
                author_display: "Wuld Mawla\xCC\x84y al-Zayn, Sayyid Muh\xCC\xA3ammad wuld Sayyid"
         
     | 
| 
       218 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       219 
     | 
    
         
            -
                - Arabic
         
     | 
| 
       220 
     | 
    
         
            -
                published_vern_display: 
         
     | 
| 
       221 
     | 
    
         
            -
                - !binary |
         
     | 
| 
       222 
     | 
    
         
            -
                  2YbZiNin2YPYtNmI2Lc=
         
     | 
| 
       223 
     | 
    
         
            -
             
     | 
| 
       224 
     | 
    
         
            -
                subject_topic_facet: 
         
     | 
| 
       225 
     | 
    
         
            -
                - War
         
     | 
| 
       226 
     | 
    
         
            -
                - Military art and science
         
     | 
| 
       227 
     | 
    
         
            -
                - Warfare, Conventional
         
     | 
| 
       228 
     | 
    
         
            -
                - Military weapons
         
     | 
| 
       229 
     | 
    
         
            -
                title_display: "al-H\xCC\xA3arb fi\xCC\x84 al-alfi\xCC\x84yah al-tha\xCC\x84lithah"
         
     | 
| 
       230 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       231 
     | 
    
         
            -
                - "Nuwa\xCC\x84kshu\xCC\x84t\xCC\xA3"
         
     | 
| 
       232 
     | 
    
         
            -
              - !map:Mash 
         
     | 
| 
       233 
     | 
    
         
            -
                score: 1.0
         
     | 
| 
       234 
     | 
    
         
            -
                format: Book
         
     | 
| 
       235 
     | 
    
         
            -
                material_type_display: 
         
     | 
| 
       236 
     | 
    
         
            -
                - 149 p.
         
     | 
| 
       237 
     | 
    
         
            -
                subject_geo_facet: 
         
     | 
| 
       238 
     | 
    
         
            -
                - Bon-brgya (China)
         
     | 
| 
       239 
     | 
    
         
            -
                pub_date: 
         
     | 
| 
       240 
     | 
    
         
            -
                - "2004"
         
     | 
| 
       241 
     | 
    
         
            -
                id: "2004310986"
         
     | 
| 
       242 
     | 
    
         
            -
                lc_callnum_display: 
         
     | 
| 
       243 
     | 
    
         
            -
                - DS797.82.B663 B75 2004
         
     | 
| 
       244 
     | 
    
         
            -
                author_display: "Bstan-\xCA\xBCdzin-mkhas-grub, 1967-"
         
     | 
| 
       245 
     | 
    
         
            -
                language_facet: 
         
     | 
| 
       246 
     | 
    
         
            -
                - Tibetan
         
     | 
| 
       247 
     | 
    
         
            -
                title_display: "Bon-brgya\xCA\xBCi lo rgyus lugs gn\xCC\x83is gsal ba\xCA\xBCi me lon\xCC\x87 z\xCC\x81es bya ba bz\xCC\x81ugs so"
         
     | 
| 
       248 
     | 
    
         
            -
                published_display: 
         
     | 
| 
       249 
     | 
    
         
            -
                - Lha-sa
         
     | 
| 
       250 
     | 
    
         
            -
            params: !map:HashWithIndifferentAccess 
         
     | 
| 
       251 
     | 
    
         
            -
              format: atom
         
     | 
| 
       252 
     | 
    
         
            -
              action: index
         
     | 
| 
       253 
     | 
    
         
            -
              content_format: "marc"
         
     | 
| 
       254 
     | 
    
         
            -
              f: !map:HashWithIndifferentAccess 
         
     | 
| 
       255 
     | 
    
         
            -
                format: 
         
     | 
| 
       256 
     | 
    
         
            -
                - Book
         
     | 
| 
       257 
     | 
    
         
            -
              controller: catalog
         
     | 
| 
       258 
     | 
    
         
            -
              page: "2"
         
     | 
| 
       259 
     | 
    
         
            -
            solr_response: 
         
     | 
| 
       260 
     | 
    
         
            -
              response: 
         
     | 
| 
       261 
     | 
    
         
            -
                maxScore: 1.0
         
     | 
| 
       262 
     | 
    
         
            -
                docs: 
         
     | 
| 
       263 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       264 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       265 
     | 
    
         
            -
                  author_vern_display: "\xE2\x80\x8F\xD7\xA4\xD7\x99\xD7\xA0\xD7\xA7\xD7\x9C, \xD7\x97\xD7\x99\xD7\x99\xD7\x9D \xD7\x99\xD7\xA2\xD7\xA7\xD7\x91"
         
     | 
| 
       266 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       267 
     | 
    
         
            -
                  - 283 p.
         
     | 
| 
       268 
     | 
    
         
            -
                  title_vern_display: "\xE2\x80\x8F\xD7\xA9\xD7\x95\xD7\x93\xD7\x93\xD7\x99\xD6\xBE\xD7\x99\xD7\x9D \xD7\x99\xD7\x94\xD7\x95\xD7\x93\xD7\x99\xD7\x99\xD7\x9D :\xE2\x80\x8F"
         
     | 
| 
       269 
     | 
    
         
            -
                  isbn_t: 
         
     | 
| 
       270 
     | 
    
         
            -
                  - "9650101373"
         
     | 
| 
       271 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       272 
     | 
    
         
            -
                  - "1984"
         
     | 
| 
       273 
     | 
    
         
            -
                  subtitle_display: "sipurim mafli\xCA\xBCim ha-mevusasim \xCA\xBBal \xCA\xBBuvdot hist\xCC\xA3oriyot"
         
     | 
| 
       274 
     | 
    
         
            -
                  id: "86207417"
         
     | 
| 
       275 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       276 
     | 
    
         
            -
                  - G535 .F54 1984
         
     | 
| 
       277 
     | 
    
         
            -
                  author_display: Finkel, Chaim Jacob
         
     | 
| 
       278 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       279 
     | 
    
         
            -
                  - Hebrew
         
     | 
| 
       280 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       281 
     | 
    
         
            -
                  - "\xE2\x80\x8F\xD7\x99\xD7\xA8\xD7\x95\xD7\xA9\xD7\x9C\xD7\x99\xD7\x9D :\xE2\x80\x8F"
         
     | 
| 
       282 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       283 
     | 
    
         
            -
                  - Jewish pirates
         
     | 
| 
       284 
     | 
    
         
            -
                  - Jewish criminals
         
     | 
| 
       285 
     | 
    
         
            -
                  title_display: Shodede-yam Yehudiyim
         
     | 
| 
       286 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       287 
     | 
    
         
            -
                  - Yerushalayim
         
     | 
| 
       288 
     | 
    
         
            -
                  subtitle_vern_display: "\xE2\x80\x8F\xD7\xA1\xD7\xA4\xD7\x95\xD7\xA8\xD7\x99\xD7\x9D \xD7\x9E\xD7\xA4\xD7\x9C\xD7\x99\xD7\x90\xD7\x99\xD7\x9D \xD7\x94\xD7\x9E\xD7\x91\xD7\x95\xD7\xA1\xD7\xA1\xD7\x99\xD7\x9D \xD7\xA2\xD7\x9C \xD7\xA2\xD7\x95\xD7\x91\xD7\x93\xD7\x95\xD7\xAA \xD7\x94\xD7\x99\xD7\xA1\xD7\x98\xD7\x95\xD7\xA8\xD7\x99\xD7\x95\xD7\xAA /\xE2\x80\x8F"
         
     | 
| 
       289 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       290 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       291 
     | 
    
         
            -
                  author_vern_display: "\xE2\x80\x8F\xD9\x85\xD9\x88\xD8\xAD\xD8\xAF \xD8\xA7\xD8\xA8\xD8\xB7\xD8\xAD\xD9\x89\xD8\x8C \xD8\xAE\xD8\xAC\xD8\xA9"
         
     | 
| 
       292 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       293 
     | 
    
         
            -
                  - v. <1>
         
     | 
| 
       294 
     | 
    
         
            -
                  title_vern_display: "\xE2\x80\x8F\xD8\xA7\xD8\xB4\xD9\x86\xD8\xA7\xD8\xA6\xD9\x89 \xD8\xA8\xD8\xA7 \xD8\xAD\xD9\x88\xD8\xB2\xD9\x87\xE2\x80\x8C\xD9\x87\xD8\xA7\xD9\x89 \xD8\xB9\xD9\x84\xD9\x85\xD9\x8A\xDB\x80 \xD8\xB4\xD9\x8A\xD8\xB9\xD9\x87 \xD8\xAF\xD8\xB1 \xD8\xB7\xD9\x88\xD9\x84 \xD8\xAA\xD8\xA7\xD8\xB1\xD9\x8A\xD8\xAE /\xE2\x80\x8F"
         
     | 
| 
       295 
     | 
    
         
            -
                  subject_geo_facet: 
         
     | 
| 
       296 
     | 
    
         
            -
                  - Islamic countries
         
     | 
| 
       297 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       298 
     | 
    
         
            -
                  - "1986"
         
     | 
| 
       299 
     | 
    
         
            -
                  id: "87931798"
         
     | 
| 
       300 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       301 
     | 
    
         
            -
                  - BP44 .M88 1986
         
     | 
| 
       302 
     | 
    
         
            -
                  author_display: "Muvah\xCC\xA3h\xCC\xA3id Abt\xCC\xA3ah\xCC\xA3i\xCC\x84, H\xCC\xA3ujjat"
         
     | 
| 
       303 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       304 
     | 
    
         
            -
                  - Persian
         
     | 
| 
       305 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       306 
     | 
    
         
            -
                  - "\xE2\x80\x8F\xD8\xA7\xD8\xB5\xD9\x81\xD9\x87\xD8\xA7\xD9\x86 :\xE2\x80\x8F"
         
     | 
| 
       307 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       308 
     | 
    
         
            -
                  - Religious institutions
         
     | 
| 
       309 
     | 
    
         
            -
                  - Shiites
         
     | 
| 
       310 
     | 
    
         
            -
                  - Islamic universities and colleges
         
     | 
| 
       311 
     | 
    
         
            -
                  title_display: "A\xCC\x84shna\xCC\x84\xCA\xBCi\xCC\x84 ba\xCC\x84 h\xCC\xA3awzah\xCA\xB9ha\xCC\x84-yi \xCA\xBBilmi\xCC\x84yah-\xCA\xBCi Shi\xCC\x84\xCA\xBBah dar t\xCC\xA3u\xCC\x84l-i ta\xCC\x84ri\xCC\x84kh"
         
     | 
| 
       312 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       313 
     | 
    
         
            -
                  - "Is\xCC\xA3faha\xCC\x84n"
         
     | 
| 
       314 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       315 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       316 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       317 
     | 
    
         
            -
                  - 65 p.
         
     | 
| 
       318 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       319 
     | 
    
         
            -
                  - "1975"
         
     | 
| 
       320 
     | 
    
         
            -
                  subtitle_display: "t\xCA\xBBeoriul-met\xCA\xBBoduri narkvevi"
         
     | 
| 
       321 
     | 
    
         
            -
                  id: "90142413"
         
     | 
| 
       322 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       323 
     | 
    
         
            -
                  - MLCSN 96/3906 (H)
         
     | 
| 
       324 
     | 
    
         
            -
                  author_display: "Lomt\xCA\xBBat\xCA\xBBiz\xCC\x87e, C\xCC\x8Cola, 1879-1915"
         
     | 
| 
       325 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       326 
     | 
    
         
            -
                  - Georgian
         
     | 
| 
       327 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       328 
     | 
    
         
            -
                  - Industrial workers; life style
         
     | 
| 
       329 
     | 
    
         
            -
                  title_display: "Mrecvelobis mus\xCC\x8Cakis c\xCA\xBBxovrebis cesi"
         
     | 
| 
       330 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       331 
     | 
    
         
            -
                  - "T\xCA\xBBbilisi"
         
     | 
| 
       332 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       333 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       334 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       335 
     | 
    
         
            -
                  - 5 v.
         
     | 
| 
       336 
     | 
    
         
            -
                  title_vern_display: !binary |
         
     | 
| 
       337 
     | 
    
         
            -
                    5YyX6Z+T44CA5rOV5Luk6ZuG44CA77yP
         
     | 
| 
       338 
     | 
    
         
            -
             
     | 
| 
       339 
     | 
    
         
            -
                  subject_geo_facet: 
         
     | 
| 
       340 
     | 
    
         
            -
                  - Korea (North)
         
     | 
| 
       341 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       342 
     | 
    
         
            -
                  - "1990"
         
     | 
| 
       343 
     | 
    
         
            -
                  id: "92117465"
         
     | 
| 
       344 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       345 
     | 
    
         
            -
                  - KPC13 .K67 1990
         
     | 
| 
       346 
     | 
    
         
            -
                  author_display: Korea (North)
         
     | 
| 
       347 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       348 
     | 
    
         
            -
                  - Korean
         
     | 
| 
       349 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       350 
     | 
    
         
            -
                  - !binary |
         
     | 
| 
       351 
     | 
    
         
            -
                    7ISc7Jq444CA5oyB5Yil5biC44CA77ya
         
     | 
| 
       352 
     | 
    
         
            -
             
     | 
| 
       353 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       354 
     | 
    
         
            -
                  - Law
         
     | 
| 
       355 
     | 
    
         
            -
                  title_display: "Pukhan po\xCC\x86mnyo\xCC\x86ngjip"
         
     | 
| 
       356 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       357 
     | 
    
         
            -
                  - "So\xCC\x86ul T\xCA\xBBu\xCC\x86kpyo\xCC\x86lsi"
         
     | 
| 
       358 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       359 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       360 
     | 
    
         
            -
                  author_vern_display: "\xE2\x80\x8F\xD7\x99\xD7\xA9\xD7\xA8\xD7\x90\xD7\x9C \xD7\x9E\xD7\x90\xD7\x99\xD7\xA8,\xE2\x80\x8F \xE2\x80\x8F\xD7\x94\xD7\x9B\xD7\x94\xD7\x9F"
         
     | 
| 
       361 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       362 
     | 
    
         
            -
                  - v. <1-5>
         
     | 
| 
       363 
     | 
    
         
            -
                  title_vern_display: "\xE2\x80\x8F\xD7\xA1\xD7\xA4\xD7\xA8 \xD7\x9E\xD7\xA9\xD7\xA0\xD7\x94 \xD7\x91\xD7\xA8\xD7\x95\xD7\xA8\xD7\x94 :\xE2\x80\x8F"
         
     | 
| 
       364 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       365 
     | 
    
         
            -
                  - "1992"
         
     | 
| 
       366 
     | 
    
         
            -
                  subtitle_display: "v\xCC\xA3e-hu perush yafeh u-menupeh \xCA\xBBal Shulh\xCC\xA3an \xCA\xBBarukh Orah\xCC\xA3 h\xCC\xA3ayim asher h\xCC\xA3iber Yosef K\xCC\xA3aro ... \xCA\xBBim h\xCC\xA3idushe dinim she-hishmit\xCC\xA3 ha-ga\xCA\xBCon ... v\xCC\xA3e-himtsi\xCA\xBCam ... Mosheh Iserlish"
         
     | 
| 
       367 
     | 
    
         
            -
                  id: "92828023"
         
     | 
| 
       368 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       369 
     | 
    
         
            -
                  - BM520.88.A53 I88 1992b
         
     | 
| 
       370 
     | 
    
         
            -
                  author_display: Israel Meir, ha-Kohen, 1838-1933
         
     | 
| 
       371 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       372 
     | 
    
         
            -
                  - Hebrew
         
     | 
| 
       373 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       374 
     | 
    
         
            -
                  - "\xE2\x80\x8F[Jerusalem? :\xE2\x80\x8F"
         
     | 
| 
       375 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       376 
     | 
    
         
            -
                  - Karo, Joseph ben Ephraim, 1488-1575
         
     | 
| 
       377 
     | 
    
         
            -
                  - Jewish law
         
     | 
| 
       378 
     | 
    
         
            -
                  - Judaism
         
     | 
| 
       379 
     | 
    
         
            -
                  title_display: Sefer Mishnah berurah
         
     | 
| 
       380 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       381 
     | 
    
         
            -
                  - Jerusalem?
         
     | 
| 
       382 
     | 
    
         
            -
                  subtitle_vern_display: "\xE2\x80\x8F\xD7\x95\xD7\x94\xD7\x95\xD7\x90 \xD7\xA4\xD7\x99\xD7\xA8\xD7\x95\xD7\xA9 \xD7\x99\xD7\xA4\xD7\x94 \xD7\x95\xD7\x9E\xD7\xA0\xD7\xA4\xD7\x94 \xD7\xA2\xD7\x9C \xD7\xA9\xD7\x9C\xD7\x97\xD7\x9F \xD7\xA2\xD7\xA8\xD7\x95\xD7\x9A \xD7\x90\xD7\xA8\xD7\x97 \xD7\x97\xD7\x99\xD7\x99\xD7\x9D \xD7\x90\xD7\xA9\xD7\xA8 \xD7\x97\xD7\x91\xD7\xA8 \xD7\x99\xD7\x95\xD7\xA1\xD7\xA3 \xD7\xA7\xD7\x90\xD7\xA8\xD7\x95 ... \xD7\xA2\xD7\x9D \xD7\x97\xD7\x99\xD7\x93\xD7\x95\xD7\xA9\xD7\x99 \xD7\x93\xD7\x99\xD7\xA0\xD7\x99\xD7\x9D \xD7\xA9\xD7\x94\xD7\xA9\xD7\x9E\xD7\x99\xD7\x98 \xD7\x94\xD7\x92\xD7\x90\xD7\x95\xD7\x9F ... \xD7\x95\xD7\x94\xD7\x9E\xD7\xA6\xD7\x99\xD7\x90\xD7\x9D \xD7\x9E\xD7\xA9\xD7\x94 \xD7\x90\xD7\x99\xD7\xA1\xD7\xA8\xD7\x9C\xD7\x99\xD7\xA9 /\xE2\x80\x8F"
         
     | 
| 
       383 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       384 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       385 
     | 
    
         
            -
                  author_vern_display: "\xEA\xB9\x80\xE3\x80\x80\xED\x99\x8D\xEC\x8B\xA0, 1947-"
         
     | 
| 
       386 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       387 
     | 
    
         
            -
                  - 289 p.
         
     | 
| 
       388 
     | 
    
         
            -
                  title_vern_display: !binary |
         
     | 
| 
       389 
     | 
    
         
            -
                    7JWE7KeB64+E44CA6re465+t44CA7KCA65+t44CA7IKs7Iut64uI6rmM
         
     | 
| 
       390 
     | 
    
         
            -
             
     | 
| 
       391 
     | 
    
         
            -
                  subject_geo_facet: 
         
     | 
| 
       392 
     | 
    
         
            -
                  - Seoul (Korea)
         
     | 
| 
       393 
     | 
    
         
            -
                  - Korea (South)
         
     | 
| 
       394 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       395 
     | 
    
         
            -
                  - "1990"
         
     | 
| 
       396 
     | 
    
         
            -
                  subtitle_display: "kangnam yo\xCC\x86in kwa sin p\xCA\xBBalbulch\xCA\xBBul : Kim Hong-sin set\xCA\xBBae ru\xCC\x86p\xCA\xBBo"
         
     | 
| 
       397 
     | 
    
         
            -
                  id: "94120425"
         
     | 
| 
       398 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       399 
     | 
    
         
            -
                  - HQ1765.5 .K46 1990
         
     | 
| 
       400 
     | 
    
         
            -
                  author_display: Kim, Hong-sin, 1947-
         
     | 
| 
       401 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       402 
     | 
    
         
            -
                  - Korean
         
     | 
| 
       403 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       404 
     | 
    
         
            -
                  - !binary |
         
     | 
| 
       405 
     | 
    
         
            -
                    7ISc7Jq4
         
     | 
| 
       406 
     | 
    
         
            -
             
     | 
| 
       407 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       408 
     | 
    
         
            -
                  - Women
         
     | 
| 
       409 
     | 
    
         
            -
                  title_display: "Ajikto ku\xCC\x86ro\xCC\x86k cho\xCC\x86ro\xCC\x86k sasimnikka"
         
     | 
| 
       410 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       411 
     | 
    
         
            -
                  - "So\xCC\x86ul"
         
     | 
| 
       412 
     | 
    
         
            -
                  subtitle_vern_display: "\xEA\xB0\x95\xEB\x82\xA8\xE3\x80\x80\xEC\x97\xAC\xEC\x9D\xB8\xE3\x80\x80\xEA\xB3\xBC\xE3\x80\x80\xEC\x8B\xA0\xE3\x80\x80\xED\x8C\x94\xEB\xB6\x88\xEC\xB6\x9C : \xE9\x87\x91\xE3\x80\x80\xE6\xB4\xAA\xE4\xBF\xA1\xE3\x80\x80\xEC\x84\xB8\xED\x83\x9C\xE3\x80\x80\xEB\xA5\xB4\xED\x8F\xAC"
         
     | 
| 
       413 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       414 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       415 
     | 
    
         
            -
                  author_vern_display: "\xE2\x80\x8F\xD8\xB1\xD8\xAC\xD8\xA7\xD9\x8A\xD9\x89\xD8\x8C \xD9\x81\xD8\xB1\xD9\x87\xD9\x86\xDA\xAF ."
         
     | 
| 
       416 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       417 
     | 
    
         
            -
                  - 323 p.
         
     | 
| 
       418 
     | 
    
         
            -
                  title_vern_display: "\xE2\x80\x8F\xD9\x85\xD8\xB9\xD8\xB1\xD9\x83\xDB\x80 \xD8\xAC\xD9\x87\xD8\xA7\xD9\x86\xE2\x80\x8C\xD8\xA8\xD9\x8A\xD9\x86\xD9\x89\xD9\x87\xD8\xA7 :\xE2\x80\x8F"
         
     | 
| 
       419 
     | 
    
         
            -
                  subject_geo_facet: 
         
     | 
| 
       420 
     | 
    
         
            -
                  - Iran
         
     | 
| 
       421 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       422 
     | 
    
         
            -
                  - "1994"
         
     | 
| 
       423 
     | 
    
         
            -
                  subtitle_display: "dar khiradvarzi\xCC\x84-i siya\xCC\x84si\xCC\x84 va huvi\xCC\x84yat-i ma\xCC\x84 I\xCC\x84ra\xCC\x84ni\xCC\x84ya\xCC\x84n"
         
     | 
| 
       424 
     | 
    
         
            -
                  id: "96933325"
         
     | 
| 
       425 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       426 
     | 
    
         
            -
                  - DS274 .R327 1994
         
     | 
| 
       427 
     | 
    
         
            -
                  author_display: "Raja\xCC\x84yi\xCC\x84, Farhang, 1952 or 3-"
         
     | 
| 
       428 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       429 
     | 
    
         
            -
                  - Persian
         
     | 
| 
       430 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       431 
     | 
    
         
            -
                  - "\xE2\x80\x8F\xD8\xAA\xD9\x87\xD8\xB1\xD8\xA7\xD9\x86 :\xE2\x80\x8F"
         
     | 
| 
       432 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       433 
     | 
    
         
            -
                  - Political science
         
     | 
| 
       434 
     | 
    
         
            -
                  - Iranians
         
     | 
| 
       435 
     | 
    
         
            -
                  title_display: "Ma\xCA\xBBrakah-\xCA\xBCi jaha\xCC\x84n\xCA\xB9bi\xCC\x84ni\xCC\x84\xCA\xB9ha\xCC\x84"
         
     | 
| 
       436 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       437 
     | 
    
         
            -
                  - "Tihra\xCC\x84n"
         
     | 
| 
       438 
     | 
    
         
            -
                  subtitle_vern_display: "\xE2\x80\x8F\xD8\xAF\xD8\xB1 \xD8\xAE\xD8\xB1\xD8\xAF\xD9\x88\xD8\xB1\xD8\xB2\xD9\x89 \xD8\xB3\xD9\x8A\xD8\xA7\xD8\xB3\xD9\x89 \xD9\x88 \xD9\x87\xD9\x88\xD9\x8A\xD8\xAA \xD9\x85\xD8\xA7 \xD8\xA7\xD9\x8A\xD8\xB1\xD8\xA7\xD9\x86\xD9\x8A\xD8\xA7\xD9\x86 /\xE2\x80\x8F"
         
     | 
| 
       439 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       440 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       441 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       442 
     | 
    
         
            -
                  - v. <1   >
         
     | 
| 
       443 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       444 
     | 
    
         
            -
                  - "2000"
         
     | 
| 
       445 
     | 
    
         
            -
                  id: "2001417245"
         
     | 
| 
       446 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       447 
     | 
    
         
            -
                  - PK3798.N313 S87 2000
         
     | 
| 
       448 
     | 
    
         
            -
                  author_display: "Na\xCC\x84ra\xCC\x84yan\xCC\xA3a Pan\xCC\xA3d\xCC\xA3ita\xCC\x84ca\xCC\x84rya, 13th cent"
         
     | 
| 
       449 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       450 
     | 
    
         
            -
                  - Sanskrit
         
     | 
| 
       451 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       452 
     | 
    
         
            -
                  - Madhva, 13th cent
         
     | 
| 
       453 
     | 
    
         
            -
                  title_display: "Sumadhvavijayah\xCC\xA3"
         
     | 
| 
       454 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       455 
     | 
    
         
            -
                  - Bangalore
         
     | 
| 
       456 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       457 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       458 
     | 
    
         
            -
                  author_vern_display: "\xD9\x88\xD9\x84\xD8\xAF \xD9\x85\xD9\x88\xD9\x84\xD8\xA7\xD9\x8A \xD8\xA7\xD9\x84\xD8\xB2\xD9\x8A\xD9\x86\xD8\x8C \xD8\xB3\xD9\x8A\xD8\xAF \xD9\x85\xD8\xAD\xD9\x85\xD8\xAF \xD9\x88\xD9\x84\xD8\xAF \xD8\xB3\xD9\x8A\xD8\xAF"
         
     | 
| 
       459 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       460 
     | 
    
         
            -
                  - 128 p.
         
     | 
| 
       461 
     | 
    
         
            -
                  title_vern_display: "\xD8\xA7\xD9\x84\xD8\xAD\xD8\xB1\xD8\xA8 \xD9\x81\xD9\x8A \xD8\xA7\xD9\x84\xD8\xA3\xD9\x84\xD9\x81\xD9\x8A\xD8\xA9 \xD8\xA7\xD9\x84\xD8\xAB\xD8\xA7\xD9\x84\xD8\xAB\xD8\xA9"
         
     | 
| 
       462 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       463 
     | 
    
         
            -
                  - "2003"
         
     | 
| 
       464 
     | 
    
         
            -
                  id: "2003546302"
         
     | 
| 
       465 
     | 
    
         
            -
                  subject_era_facet: 
         
     | 
| 
       466 
     | 
    
         
            -
                  - 21st century
         
     | 
| 
       467 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       468 
     | 
    
         
            -
                  - U21.2 .W85 2003
         
     | 
| 
       469 
     | 
    
         
            -
                  author_display: "Wuld Mawla\xCC\x84y al-Zayn, Sayyid Muh\xCC\xA3ammad wuld Sayyid"
         
     | 
| 
       470 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       471 
     | 
    
         
            -
                  - Arabic
         
     | 
| 
       472 
     | 
    
         
            -
                  published_vern_display: 
         
     | 
| 
       473 
     | 
    
         
            -
                  - !binary |
         
     | 
| 
       474 
     | 
    
         
            -
                    2YbZiNin2YPYtNmI2Lc=
         
     | 
| 
       475 
     | 
    
         
            -
             
     | 
| 
       476 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       477 
     | 
    
         
            -
                  - War
         
     | 
| 
       478 
     | 
    
         
            -
                  - Military art and science
         
     | 
| 
       479 
     | 
    
         
            -
                  - Warfare, Conventional
         
     | 
| 
       480 
     | 
    
         
            -
                  - Military weapons
         
     | 
| 
       481 
     | 
    
         
            -
                  title_display: "al-H\xCC\xA3arb fi\xCC\x84 al-alfi\xCC\x84yah al-tha\xCC\x84lithah"
         
     | 
| 
       482 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       483 
     | 
    
         
            -
                  - "Nuwa\xCC\x84kshu\xCC\x84t\xCC\xA3"
         
     | 
| 
       484 
     | 
    
         
            -
                - score: 1.0
         
     | 
| 
       485 
     | 
    
         
            -
                  format: Book
         
     | 
| 
       486 
     | 
    
         
            -
                  material_type_display: 
         
     | 
| 
       487 
     | 
    
         
            -
                  - 149 p.
         
     | 
| 
       488 
     | 
    
         
            -
                  subject_geo_facet: 
         
     | 
| 
       489 
     | 
    
         
            -
                  - Bon-brgya (China)
         
     | 
| 
       490 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       491 
     | 
    
         
            -
                  - "2004"
         
     | 
| 
       492 
     | 
    
         
            -
                  id: "2004310986"
         
     | 
| 
       493 
     | 
    
         
            -
                  lc_callnum_display: 
         
     | 
| 
       494 
     | 
    
         
            -
                  - DS797.82.B663 B75 2004
         
     | 
| 
       495 
     | 
    
         
            -
                  author_display: "Bstan-\xCA\xBCdzin-mkhas-grub, 1967-"
         
     | 
| 
       496 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       497 
     | 
    
         
            -
                  - Tibetan
         
     | 
| 
       498 
     | 
    
         
            -
                  title_display: "Bon-brgya\xCA\xBCi lo rgyus lugs gn\xCC\x83is gsal ba\xCA\xBCi me lon\xCC\x87 z\xCC\x81es bya ba bz\xCC\x81ugs so"
         
     | 
| 
       499 
     | 
    
         
            -
                  published_display: 
         
     | 
| 
       500 
     | 
    
         
            -
                  - Lha-sa
         
     | 
| 
       501 
     | 
    
         
            -
                start: 10
         
     | 
| 
       502 
     | 
    
         
            -
                numFound: 30
         
     | 
| 
       503 
     | 
    
         
            -
              facet_counts: 
         
     | 
| 
       504 
     | 
    
         
            -
                facet_dates: {}
         
     | 
| 
       505 
     | 
    
         
            -
             
     | 
| 
       506 
     | 
    
         
            -
                facet_queries: {}
         
     | 
| 
       507 
     | 
    
         
            -
             
     | 
| 
       508 
     | 
    
         
            -
                facet_fields: 
         
     | 
| 
       509 
     | 
    
         
            -
                  format: 
         
     | 
| 
       510 
     | 
    
         
            -
                  - Book
         
     | 
| 
       511 
     | 
    
         
            -
                  - 30
         
     | 
| 
       512 
     | 
    
         
            -
                  subject_geo_facet: 
         
     | 
| 
       513 
     | 
    
         
            -
                  - India
         
     | 
| 
       514 
     | 
    
         
            -
                  - 2
         
     | 
| 
       515 
     | 
    
         
            -
                  - Iran
         
     | 
| 
       516 
     | 
    
         
            -
                  - 2
         
     | 
| 
       517 
     | 
    
         
            -
                  - Japan
         
     | 
| 
       518 
     | 
    
         
            -
                  - 2
         
     | 
| 
       519 
     | 
    
         
            -
                  - Bon-brgya (China)
         
     | 
| 
       520 
     | 
    
         
            -
                  - 1
         
     | 
| 
       521 
     | 
    
         
            -
                  - Bridgeton
         
     | 
| 
       522 
     | 
    
         
            -
                  - 1
         
     | 
| 
       523 
     | 
    
         
            -
                  - China
         
     | 
| 
       524 
     | 
    
         
            -
                  - 1
         
     | 
| 
       525 
     | 
    
         
            -
                  - Economic history
         
     | 
| 
       526 
     | 
    
         
            -
                  - 1
         
     | 
| 
       527 
     | 
    
         
            -
                  - Hong Kong (China)
         
     | 
| 
       528 
     | 
    
         
            -
                  - 1
         
     | 
| 
       529 
     | 
    
         
            -
                  - Islamic countries
         
     | 
| 
       530 
     | 
    
         
            -
                  - 1
         
     | 
| 
       531 
     | 
    
         
            -
                  - Israel
         
     | 
| 
       532 
     | 
    
         
            -
                  - 1
         
     | 
| 
       533 
     | 
    
         
            -
                  - Kazakhstan
         
     | 
| 
       534 
     | 
    
         
            -
                  - 1
         
     | 
| 
       535 
     | 
    
         
            -
                  pub_date: 
         
     | 
| 
       536 
     | 
    
         
            -
                  - "2008"
         
     | 
| 
       537 
     | 
    
         
            -
                  - 4
         
     | 
| 
       538 
     | 
    
         
            -
                  - "1976"
         
     | 
| 
       539 
     | 
    
         
            -
                  - 2
         
     | 
| 
       540 
     | 
    
         
            -
                  - "1986"
         
     | 
| 
       541 
     | 
    
         
            -
                  - 2
         
     | 
| 
       542 
     | 
    
         
            -
                  - "1990"
         
     | 
| 
       543 
     | 
    
         
            -
                  - 2
         
     | 
| 
       544 
     | 
    
         
            -
                  - "1997"
         
     | 
| 
       545 
     | 
    
         
            -
                  - 2
         
     | 
| 
       546 
     | 
    
         
            -
                  - "2000"
         
     | 
| 
       547 
     | 
    
         
            -
                  - 2
         
     | 
| 
       548 
     | 
    
         
            -
                  - "1941"
         
     | 
| 
       549 
     | 
    
         
            -
                  - 1
         
     | 
| 
       550 
     | 
    
         
            -
                  - "1946"
         
     | 
| 
       551 
     | 
    
         
            -
                  - 1
         
     | 
| 
       552 
     | 
    
         
            -
                  - "1952"
         
     | 
| 
       553 
     | 
    
         
            -
                  - 1
         
     | 
| 
       554 
     | 
    
         
            -
                  - "1962"
         
     | 
| 
       555 
     | 
    
         
            -
                  - 1
         
     | 
| 
       556 
     | 
    
         
            -
                  - "1975"
         
     | 
| 
       557 
     | 
    
         
            -
                  - 1
         
     | 
| 
       558 
     | 
    
         
            -
                  subject_era_facet: 
         
     | 
| 
       559 
     | 
    
         
            -
                  - 20th century
         
     | 
| 
       560 
     | 
    
         
            -
                  - 3
         
     | 
| 
       561 
     | 
    
         
            -
                  - 1997-
         
     | 
| 
       562 
     | 
    
         
            -
                  - 2
         
     | 
| 
       563 
     | 
    
         
            -
                  - 21st century
         
     | 
| 
       564 
     | 
    
         
            -
                  - 2
         
     | 
| 
       565 
     | 
    
         
            -
                  - 1990-
         
     | 
| 
       566 
     | 
    
         
            -
                  - 1
         
     | 
| 
       567 
     | 
    
         
            -
                  - 2005-2015
         
     | 
| 
       568 
     | 
    
         
            -
                  - 1
         
     | 
| 
       569 
     | 
    
         
            -
                  - "Koryo\xCC\x86 period, 935-1392"
         
     | 
| 
       570 
     | 
    
         
            -
                  - 1
         
     | 
| 
       571 
     | 
    
         
            -
                  lc_1letter_facet: 
         
     | 
| 
       572 
     | 
    
         
            -
                  - B - Philosophy, Psychology, Religion
         
     | 
| 
       573 
     | 
    
         
            -
                  - 6
         
     | 
| 
       574 
     | 
    
         
            -
                  - D - World History
         
     | 
| 
       575 
     | 
    
         
            -
                  - 6
         
     | 
| 
       576 
     | 
    
         
            -
                  - H - Social Sciences
         
     | 
| 
       577 
     | 
    
         
            -
                  - 4
         
     | 
| 
       578 
     | 
    
         
            -
                  - P - Language & Literature
         
     | 
| 
       579 
     | 
    
         
            -
                  - 4
         
     | 
| 
       580 
     | 
    
         
            -
                  - M - Music
         
     | 
| 
       581 
     | 
    
         
            -
                  - 3
         
     | 
| 
       582 
     | 
    
         
            -
                  - K - Law
         
     | 
| 
       583 
     | 
    
         
            -
                  - 2
         
     | 
| 
       584 
     | 
    
         
            -
                  - E - History of the Americas (General)
         
     | 
| 
       585 
     | 
    
         
            -
                  - 1
         
     | 
| 
       586 
     | 
    
         
            -
                  - G - Geography, Anthropology, Recreation
         
     | 
| 
       587 
     | 
    
         
            -
                  - 1
         
     | 
| 
       588 
     | 
    
         
            -
                  - U - Military Science
         
     | 
| 
       589 
     | 
    
         
            -
                  - 1
         
     | 
| 
       590 
     | 
    
         
            -
                  language_facet: 
         
     | 
| 
       591 
     | 
    
         
            -
                  - Tibetan
         
     | 
| 
       592 
     | 
    
         
            -
                  - 6
         
     | 
| 
       593 
     | 
    
         
            -
                  - Hebrew
         
     | 
| 
       594 
     | 
    
         
            -
                  - 3
         
     | 
| 
       595 
     | 
    
         
            -
                  - Korean
         
     | 
| 
       596 
     | 
    
         
            -
                  - 3
         
     | 
| 
       597 
     | 
    
         
            -
                  - Persian
         
     | 
| 
       598 
     | 
    
         
            -
                  - 3
         
     | 
| 
       599 
     | 
    
         
            -
                  - Sanskrit
         
     | 
| 
       600 
     | 
    
         
            -
                  - 3
         
     | 
| 
       601 
     | 
    
         
            -
                  - Urdu
         
     | 
| 
       602 
     | 
    
         
            -
                  - 3
         
     | 
| 
       603 
     | 
    
         
            -
                  - Arabic
         
     | 
| 
       604 
     | 
    
         
            -
                  - 2
         
     | 
| 
       605 
     | 
    
         
            -
                  - English
         
     | 
| 
       606 
     | 
    
         
            -
                  - 2
         
     | 
| 
       607 
     | 
    
         
            -
                  - Japanese
         
     | 
| 
       608 
     | 
    
         
            -
                  - 2
         
     | 
| 
       609 
     | 
    
         
            -
                  - Russian
         
     | 
| 
       610 
     | 
    
         
            -
                  - 2
         
     | 
| 
       611 
     | 
    
         
            -
                  - Chinese
         
     | 
| 
       612 
     | 
    
         
            -
                  - 1
         
     | 
| 
       613 
     | 
    
         
            -
                  subject_topic_facet: 
         
     | 
| 
       614 
     | 
    
         
            -
                  - Japanese drama
         
     | 
| 
       615 
     | 
    
         
            -
                  - 2
         
     | 
| 
       616 
     | 
    
         
            -
                  - Kubo, Sakae, 1901-1958
         
     | 
| 
       617 
     | 
    
         
            -
                  - 2
         
     | 
| 
       618 
     | 
    
         
            -
                  - Political plays, Japanese
         
     | 
| 
       619 
     | 
    
         
            -
                  - 2
         
     | 
| 
       620 
     | 
    
         
            -
                  - Theater
         
     | 
| 
       621 
     | 
    
         
            -
                  - 2
         
     | 
| 
       622 
     | 
    
         
            -
                  - Women
         
     | 
| 
       623 
     | 
    
         
            -
                  - 2
         
     | 
| 
       624 
     | 
    
         
            -
                  - Accident insurance
         
     | 
| 
       625 
     | 
    
         
            -
                  - 1
         
     | 
| 
       626 
     | 
    
         
            -
                  - Buddhism
         
     | 
| 
       627 
     | 
    
         
            -
                  - 1
         
     | 
| 
       628 
     | 
    
         
            -
                  - Delaware Indians
         
     | 
| 
       629 
     | 
    
         
            -
                  - 1
         
     | 
| 
       630 
     | 
    
         
            -
                  - Delaware women
         
     | 
| 
       631 
     | 
    
         
            -
                  - 1
         
     | 
| 
       632 
     | 
    
         
            -
                  - Education and state
         
     | 
| 
       633 
     | 
    
         
            -
                  - 1
         
     | 
| 
       634 
     | 
    
         
            -
                  - Family allowances
         
     | 
| 
       635 
     | 
    
         
            -
                  - 1
         
     | 
| 
       636 
     | 
    
         
            -
              responseHeader: 
         
     | 
| 
       637 
     | 
    
         
            -
                status: 0
         
     | 
| 
       638 
     | 
    
         
            -
                QTime: 6
         
     | 
| 
       639 
     | 
    
         
            -
                params: 
         
     | 
| 
       640 
     | 
    
         
            -
                  fq: "{!raw f=format}Book"
         
     | 
| 
       641 
     | 
    
         
            -
                  f.subject_facet.facet.limit: "21"
         
     | 
| 
       642 
     | 
    
         
            -
                  qt: search
         
     | 
| 
       643 
     | 
    
         
            -
                  facet.field: 
         
     | 
| 
       644 
     | 
    
         
            -
                  - format
         
     | 
| 
       645 
     | 
    
         
            -
                  - pub_date
         
     | 
| 
       646 
     | 
    
         
            -
                  - subject_topic_facet
         
     | 
| 
       647 
     | 
    
         
            -
                  - language_facet
         
     | 
| 
       648 
     | 
    
         
            -
                  - lc_1letter_facet
         
     | 
| 
       649 
     | 
    
         
            -
                  - subject_geo_facet
         
     | 
| 
       650 
     | 
    
         
            -
                  - subject_era_facet
         
     | 
| 
       651 
     | 
    
         
            -
                  facet.limit: "11"
         
     | 
| 
       652 
     | 
    
         
            -
                  facet: "true"
         
     | 
| 
       653 
     | 
    
         
            -
                  start: "10"
         
     | 
| 
       654 
     | 
    
         
            -
                  rows: "10"
         
     | 
| 
       655 
     | 
    
         
            -
                  wt: ruby
         
     |