mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Add support for opensearch suggestions.
This commit is contained in:
		
							parent
							
								
									1df6c1d5a6
								
							
						
					
					
						commit
						3d1c15a0bc
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -5,5 +5,6 @@
 | 
				
			||||||
    <Description>Search for videos, channels, and playlists on Piped</Description>
 | 
					    <Description>Search for videos, channels, and playlists on Piped</Description>
 | 
				
			||||||
    <InputEncoding>UTF-8</InputEncoding>
 | 
					    <InputEncoding>UTF-8</InputEncoding>
 | 
				
			||||||
    <Image width="48" height="48" type="image/x-icon">https://piped.kavin.rocks/favicon.ico</Image>
 | 
					    <Image width="48" height="48" type="image/x-icon">https://piped.kavin.rocks/favicon.ico</Image>
 | 
				
			||||||
    <Url type="text/html" method="get" template="https://piped.kavin.rocks/results?search_query={searchTerms}" />
 | 
					    <Url method="get" rel="results" type="text/html" template="https://piped.kavin.rocks/results?search_query={searchTerms}" />
 | 
				
			||||||
 | 
					    <Url method="get" rel="suggestions" type="application/x-suggestions+json" template="https://pipedapi.kavin.rocks/opensearch/suggestions?query={searchTerms}" />
 | 
				
			||||||
</OpenSearchDescription>
 | 
					</OpenSearchDescription>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue