mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Added useFilterQuery. Converted websites and reports pages.
This commit is contained in:
parent
6846355c63
commit
7e626dcd52
29 changed files with 373 additions and 499 deletions
|
|
@ -72,10 +72,10 @@ export async function getWebsites(
|
|||
OR: query
|
||||
? [
|
||||
{
|
||||
name: { startsWith: query, ...mode },
|
||||
name: { contains: query, ...mode },
|
||||
},
|
||||
{
|
||||
domain: { startsWith: query, ...mode },
|
||||
domain: { contains: query, ...mode },
|
||||
},
|
||||
]
|
||||
: [],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue