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