mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +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