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