mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-24 11:01:38 +01:00
Fixed metrics search.
This commit is contained in:
parent
810b0639c8
commit
30a1cdd53c
@ -79,6 +79,7 @@ export default async (
|
|||||||
|
|
||||||
if (search) {
|
if (search) {
|
||||||
filters[type] = {
|
filters[type] = {
|
||||||
|
name: type,
|
||||||
column,
|
column,
|
||||||
operator: OPERATORS.contains,
|
operator: OPERATORS.contains,
|
||||||
value: search,
|
value: search,
|
||||||
|
Loading…
Reference in New Issue
Block a user