QUERY PLAN
Sort (cost=227.35..229.16 rows=727 width=61)
Sort Key: created_at DESC
-> Seq Scan on tbl_clients (cost=0.00..192.79 rows=727 width=61)
Filter: ((NOT deleted) AND (sales_rep = 1001) AND (((name)::text ~~* '%d%'::text) OR (pinyin_shortcut ~~* '%d%'::text)))