refactor(badges): complete field normalization and search mapping

- Finalized the rename of 'default_qry_string' to 'default_qry_str' across the Badge library, Dexie schema, and API documentation.
- Synchronized all reactive filtering in '+page.svelte' with the standardized field names to restore full search functionality.
- Verified that text search, affiliations, and types now correctly map to whitelisted backend fields.
This commit is contained in:
Scott Idem
2026-01-27 18:04:08 -05:00
parent 5219bd0c9c
commit 8680ad89c1
4 changed files with 8 additions and 4 deletions

View File

@@ -207,6 +207,10 @@
} catch (e) {
if (log_lvl) console.warn('Badge Fast Path failed.', e);
}
} else {
untrack(() => {
event_badge_id_li = [];
});
}
// 3. REVALIDATE: API Request