| Limit (cost=134.40..134.45 rows=20 width=53) |
| -> Sort (cost=134.40..135.74 rows=534 width=53) |
| Sort Key: created_at DESC |
| -> Seq Scan on tbl_clients (cost=0.00..120.19 rows=534 width=53) |
| Filter: ((NOT deleted) AND (((name)::text ~~* '%a%'::text) OR (pinyin_shortcut ~~* '%a%'::text))) |