QUERY PLAN
Sort (cost=168.79..169.15 rows=141 width=44)
Sort Key: pinyin_shortcut, created_at DESC
-> Seq Scan on tbl_contacts (cost=0.00..163.76 rows=141 width=44)
Filter: (((name)::text ~~* '%陈%'::text) OR (pinyin_shortcut ~~* '%陈%'::text))