mirror of
https://github.com/umami-software/umami.git
synced 2026-02-14 01:25:37 +01:00
Refactored filter parameters.
This commit is contained in:
parent
1a839d1cae
commit
cff2d00536
13 changed files with 291 additions and 123 deletions
|
|
@ -109,8 +109,8 @@ export default async (
|
|||
if (search) {
|
||||
filters[column] = {
|
||||
column,
|
||||
op: OPERATORS.contains,
|
||||
value: '%' + search + '%',
|
||||
operator: OPERATORS.contains,
|
||||
value: search,
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue