QUERY PLAN
Sort (cost=118.98..118.98 rows=1 width=61)
Sort Key: created_at DESC
-> Seq Scan on tbl_clients (cost=0.00..118.97 rows=1 width=61)
Filter: ((NOT deleted) AND (((name)::text ~~* '%中国信息安全研究所%'::text) OR (pinyin_shortcut ~~* '%中国信息安全研究所%'::text)))