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:
@@ -820,7 +820,7 @@ export class MySubClassedDexie extends Dexie {
|
||||
affiliations, affiliations_override,
|
||||
badge_type, badge_type_code, badge_type_code_override, badge_type_override,
|
||||
external_event_id, external_id, external_person_id,
|
||||
default_qry_string,
|
||||
default_qry_str,
|
||||
alert,
|
||||
tmp_sort_1, tmp_sort_2,
|
||||
print_count, print_first_datetime, print_last_datetime,
|
||||
|
||||
Reference in New Issue
Block a user