Changed Search Function
This commit is contained in:
@@ -202,10 +202,6 @@ const filteredRows = computed(() => {
|
|||||||
return temp
|
return temp
|
||||||
}
|
}
|
||||||
|
|
||||||
return temp.filter(project => {
|
return useSearch(searchString.value, temp)
|
||||||
return Object.values(project).some((value) => {
|
|
||||||
return String(value).toLowerCase().includes(searchString.value.toLowerCase())
|
|
||||||
})
|
|
||||||
})
|
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
Reference in New Issue
Block a user