Lots of work on searching. Other related code clean up.

This commit is contained in:
Scott Idem
2025-07-10 19:46:41 -04:00
parent 8bf9d488cd
commit ea30697ffb
11 changed files with 256 additions and 204 deletions

View File

@@ -30,8 +30,10 @@ export async function load({ params, parent }) { // route
for_obj_type: 'account',
for_obj_id: account_id,
qry_conference: false,
limit: 29,
hidden: 'not_hidden', // 'not_hidden'
enabled: 'enabled',
order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'name': 'ASC'},
limit: 199,
try_cache: true,
log_lvl: log_lvl
});