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

@@ -32,7 +32,8 @@ $: lq__post_obj_li = liveQuery(async () => {
// .orderBy('updated_on')
// .toArray()
.reverse()
.sortBy('updated_on');
.sortBy('tmp_sort_1');
// .sortBy('updated_on');
// .sortBy('updated_on, created_on');
// .sortBy('[updated_on+created_on]');
// .sortBy('[created_on+updated_on]');