Hello i create custom module with database i want to show data with filter by somw columns i want to convert below query OR Can you tell what we do for it How to use getSelect()->where() in magento2? ex:-
select * from table where hello_status=1 AND ( location='blabla' OR location='bla')
AND (DATE<='' AND DATE IS NUll )