QUERY PLAN
Append (cost=0.00..153.07 rows=2 width=120)
-> Seq Scan on tbl_clients (cost=0.00..120.19 rows=1 width=121)
Filter: ((NOT deleted) AND (((name)::text ~~* '%bjhl%'::text) OR (pinyin_shortcut ~~* '%bjhl%'::text)))
-> Seq Scan on tbl_suppliers (cost=0.00..32.86 rows=1 width=119)
Filter: (((name)::text ~~* '%bjhl%'::text) OR (pinyin_shortcut ~~* '%bjhl%'::text))