Anda dapat mencoba menggunakan UNION ALL
Select * from product
where name like "%abc%"
limit 50
UNION ALL
Select * from product
where name like "%xyz%"
limit 50
Anda dapat mencoba menggunakan UNION ALL
Select * from product
where name like "%abc%"
limit 50
UNION ALL
Select * from product
where name like "%xyz%"
limit 50