Hi Monika,
In your search event, instead of oEvt.getSource().getValue(); try like this -
var sQuery = oEvt.getParameter("query");
And also have a break point in your search event and check in console the value of oEvt. See if you have something in that event value.
Regards,
Sai Vellanki.