Skip to content

Commit d86a438

Browse files
committed
use lowercase for query
1 parent e3b9c38 commit d86a438

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/SearchForm.vue

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const onClick = async (e) => {
2121
2222
if(query.value.trim().length == 1) return
2323
24+
query.value = query.value.toLowerCase()
2425
console.log("search form: on click method called")
2526
console.log(query.value, range.value, cutLength.value)
2627

0 commit comments

Comments
 (0)