More TW related updates. LCI related updates.

This commit is contained in:
Scott Idem
2025-06-19 17:09:44 -04:00
parent f68a64b1f8
commit 09dc471842
4 changed files with 93 additions and 67 deletions

View File

@@ -568,6 +568,12 @@ export async function search__event_presenter(
if (agree === true || agree === false) {
params_json['and_qry']['agree'] = agree;
// if (!agree) {
// params_json['or_qry']['agree'] = null;
// }
}
if (agree === null) {
params_json['and_qry']['agree'] = agree;
}
if (biography) {