| Limit (cost=9.12..9.15 rows=13 width=267) |
| -> Sort (cost=9.12..9.15 rows=13 width=267) |
| Sort Key: updated_at DESC |
| -> Seq Scan on tbl_users (cost=0.00..8.88 rows=13 width=267) |
| Filter: ((user_status = ANY ('{1,2}'::type_global_user_status[])) AND (((name)::text ~~* '%1%'::text) OR ((email)::text ~~* '%1%'::text) OR (pinyin_shortcut ~~* '%1%'::text))) |