element will fire 'value' property change event (a non-bubbling DOM event when a 'value' property changes)
elements declaration:
event handling:
_onSearchTermChanged: function (event) {
console.log(event.detail.value);
}
For more details check Polymer's Change Notification Events