Search-triggered event example

When the form is changed, the search is triggered and the custom filterChange event is raised Useful for analytics for instance, it bears the changed value as the e.detail

In combination with the proper debounce value (to avoid sending an event on each click for text fields), it allows finer user behaviour tracking