Work on better sorting for the IDAA BB posts. Using generated tmp field. Date formats standardized.

This commit is contained in:
Scott Idem
2024-12-11 15:34:44 -05:00
parent eee8a67235
commit 3fef19488c
7 changed files with 23 additions and 12 deletions

View File

@@ -52,13 +52,13 @@ let idaa_local_data_struct: key_val = {
bb: {
enabled: 'enabled', // all, disabled, enabled
hidden: 'not_hidden', // all, hidden, not_hidden
limit: 150,
limit: 50,
offset: 0,
show_list__post_obj_li: true,
qry__enabled: 'enabled', // all, disabled, enabled
qry__hidden: 'not_hidden', // all, hidden, not_hidden
qry__limit: 150,
qry__limit: 50,
qry__offset: 0,
qry__order_by_li: {'priority': 'DESC', 'sort': 'DESC', 'updated_on': 'DESC', 'created_on': 'DESC', 'title': 'ASC'},
},