Search results page use query as title
This commit is contained in:
		
							parent
							
								
									15b41c24f7
								
							
						
					
					
						commit
						645fe1beee
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
  (generate-wiki-page
 | 
					  (generate-wiki-page
 | 
				
			||||||
   #:source-url dest-url
 | 
					   #:source-url dest-url
 | 
				
			||||||
   #:wikiname wikiname
 | 
					   #:wikiname wikiname
 | 
				
			||||||
   #:title "Search Results"
 | 
					   #:title query
 | 
				
			||||||
   #:siteinfo siteinfo
 | 
					   #:siteinfo siteinfo
 | 
				
			||||||
   `(div (@ (class "mw-parser-output"))
 | 
					   `(div (@ (class "mw-parser-output"))
 | 
				
			||||||
         (p ,(format "~a results found for " (length search-results))
 | 
					         (p ,(format "~a results found for " (length search-results))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue