mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: switch panel database to sqlite
This commit is contained in:
@@ -41,8 +41,8 @@ export async function getNodeServers(
|
||||
...(q
|
||||
? {
|
||||
OR: [
|
||||
{ name: { contains: q, mode: "insensitive" as const } },
|
||||
{ panelUrl: { contains: q, mode: "insensitive" as const } },
|
||||
{ name: { contains: q } },
|
||||
{ panelUrl: { contains: q } },
|
||||
],
|
||||
}
|
||||
: {}),
|
||||
|
||||
Reference in New Issue
Block a user