| Lines 110-115
          sub search_auth_compat {
      
      
        Link Here | 
        
          | 110 |     C4::AuthoritiesMarc::SearchAuthorities(@params); | 110 |     C4::AuthoritiesMarc::SearchAuthorities(@params); | 
        
          | 111 | } | 111 | } | 
        
          | 112 |  | 112 |  | 
            
              |  |  | 113 | =head2 max_result_window | 
            
              | 114 |  | 
            
              | 115 | Returns the maximum number of results that can be fetched | 
            
              | 116 |  | 
            
              | 117 | Zebra does not have such a limit, so it always returns undef | 
            
              | 118 |  | 
            
              | 119 | =cut | 
            
              | 120 |  | 
        
          | 113 | sub max_result_window { undef } | 121 | sub max_result_window { undef } | 
        
          | 114 |  | 122 |  | 
        
          | 115 | 1; | 123 | 1; | 
            
              | 116 | -  |  |  |