mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] gitlab search fixed for proper api usage
This commit is contained in:
		
							parent
							
								
									e74aaa781e
								
							
						
					
					
						commit
						9b6307a365
					
				
					 1 changed files with 7 additions and 6 deletions
				
			
		|  | @ -242,15 +242,16 @@ engines: | ||||||
|     disabled: True |     disabled: True | ||||||
| 
 | 
 | ||||||
|   - name : gitlab |   - name : gitlab | ||||||
|     engine : xpath |     engine : json_engine | ||||||
|     paging : True |     paging : True | ||||||
|     search_url : https://gitlab.com/search?page={pageno}&search={query} |     search_url : https://gitlab.com/api/v4/projects?search={query}&page={pageno} | ||||||
|     url_xpath : //li[@class="project-row"]//a[@class="project"]/@href |     url_query : web_url | ||||||
|     title_xpath : //li[@class="project-row"]//span[contains(@class, "project-full-name")] |     title_query : name_with_namespace | ||||||
|     content_xpath : //li[@class="project-row"]//div[@class="description"]/p |     content_query : description | ||||||
|  |     page_size : 20 | ||||||
|     categories : it |     categories : it | ||||||
|     shortcut : gl |     shortcut : gl | ||||||
|     timeout : 5.0 |     timeout : 10.0 | ||||||
|     disabled : True |     disabled : True | ||||||
| 
 | 
 | ||||||
|   - name : github |   - name : github | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 misnyo
						misnyo