Another slight change.
This commit is contained in:
parent
7888c22015
commit
f28cb1badb
|
@ -105,11 +105,9 @@ export function searchInputMapping(table: Table, options: RowSearchParams) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return filters
|
return dataFilters.recurseLogicalOperators(filters, checkFilters)
|
||||||
}
|
}
|
||||||
options.query = checkFilters(
|
options.query = checkFilters(options.query)
|
||||||
dataFilters.recurseLogicalOperators(options.query, checkFilters)
|
|
||||||
)
|
|
||||||
return options
|
return options
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue