revert: do not show % in like filter value field
This commit is contained in:
parent
fb64909f18
commit
c3125cd7fd
@ -175,9 +175,9 @@ function convertFilters(data, allFilters) {
|
||||
value = ['equals', value[1] ? 'Yes' : 'No']
|
||||
}
|
||||
}
|
||||
if (value[0] === 'LIKE' || value[0] === 'NOT LIKE') {
|
||||
value[1] = value[1].replace(/%/g, '')
|
||||
}
|
||||
// if (value[0] === 'LIKE' || value[0] === 'NOT LIKE') {
|
||||
// value[1] = value[1].replace(/%/g, '')
|
||||
// }
|
||||
|
||||
if (field) {
|
||||
f.push({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user