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