Lots of work on searching. Other related code clean up.
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user