mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Added fuzzy searching
This commit is contained in:
parent
da3b10065c
commit
7e844e7625
@ -64,7 +64,7 @@ export const actions = {
|
||||
}
|
||||
`),
|
||||
variables: {
|
||||
filter: value
|
||||
filter: value.replace(/\s/g, '~ ') + '~'
|
||||
}
|
||||
})
|
||||
.then(res => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user