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:
@@ -479,7 +479,7 @@ This document provides a reference for the data structures of the core Aether AP
|
||||
- `print_count`: `Optional[int]`
|
||||
- `cfg_json`: `Optional[Union[Json, None]]`
|
||||
- `data_json`: `Optional[Union[Json, None]]`
|
||||
- `default_qry_string`: `Optional[str]`
|
||||
- `default_qry_str`: `Optional[str]`
|
||||
- `hide`: `Optional[bool]`
|
||||
- `priority`: `Optional[bool]`
|
||||
- `sort`: `Optional[int]`
|
||||
|
||||
Reference in New Issue
Block a user