mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 10:37:06 -04:00 
			
		
		
		
	Merge pull request #2539 from OliveiraHermogenes/recoll/paged_json
[feat] recoll: add support for paging
This commit is contained in:
		
						commit
						1f09d7d561
					
				| @ -18,6 +18,7 @@ about = { | ||||
| } | ||||
| 
 | ||||
| # engine dependent config | ||||
| paging = True | ||||
| time_range_support = True | ||||
| 
 | ||||
| # parameters from settings.yml | ||||
| @ -53,6 +54,7 @@ def request(query, params): | ||||
|     search_url = base_url + 'json?{query}&highlight=0' | ||||
|     params['url'] = search_url.format(query=urlencode({ | ||||
|         'query': query, | ||||
|         'page': params['pageno'], | ||||
|         'after': search_after, | ||||
|         'dir': search_dir})) | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user