forked from open-webui/open-webui
		
	
						commit
						39986c4ec8
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -321,8 +321,9 @@ | ||||||
| 						return true; | 						return true; | ||||||
| 					} else { | 					} else { | ||||||
| 						let title = chat.title.toLowerCase(); | 						let title = chat.title.toLowerCase(); | ||||||
|  | 						const query = search.toLowerCase(); | ||||||
| 
 | 
 | ||||||
| 						if (title.includes(search)) { | 						if (title.includes(query)) { | ||||||
| 							return true; | 							return true; | ||||||
| 						} else { | 						} else { | ||||||
| 							return false; | 							return false; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Timothy Jaeryang Baek
						Timothy Jaeryang Baek