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