mirror of
https://github.com/yyhuni/xingrin.git
synced 2026-02-15 10:53:23 +08:00
- Add ArrayToString custom PostgreSQL function for converting arrays to delimited strings - Implement array field annotation in QueryBuilder to support fuzzy matching on JSON array fields - Enhance _build_single_q to handle three operators for JSON arrays: exact match (==), negation (!=), and fuzzy search (=) - Update target navigation routes from subdomain to website view for consistency - Enable fuzzy search on array fields by converting them to text during query building