فهرست منبع

fix(web): fix search 400 error when only entering m: (#2261)

Co-authored-by: faupau03 <paul.paffe@gmx.net>
faupau 2 سال پیش
والد
کامیت
ae3ea9e531
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      web/src/lib/components/shared-components/search-bar/search-bar.svelte

+ 1 - 0
web/src/lib/components/shared-components/search-bar/search-bar.svelte

@@ -71,6 +71,7 @@
 				: 'rounded-3xl bg-gray-200 border border-transparent'}"
 			placeholder="Search your photos"
 			required
+			pattern="^(?!m:$).*$"
 			bind:value
 		/>
 	</label>