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