forked from zaclys/searxng
		
	[fix] npm engine: don't ignore the first result
"from" parameter start at 0
This commit is contained in:
		
							parent
							
								
									bc0cf9e83e
								
							
						
					
					
						commit
						d7eb373371
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -903,6 +903,7 @@ engines:
 | 
				
			||||||
  - name: npm
 | 
					  - name: npm
 | 
				
			||||||
    engine: json_engine
 | 
					    engine: json_engine
 | 
				
			||||||
    paging: true
 | 
					    paging: true
 | 
				
			||||||
 | 
					    first_page_num: 0
 | 
				
			||||||
    search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
 | 
					    search_url: https://api.npms.io/v2/search?q={query}&size=25&from={pageno}
 | 
				
			||||||
    results_query: results
 | 
					    results_query: results
 | 
				
			||||||
    url_query: package/links/npm
 | 
					    url_query: package/links/npm
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue