Active Search
Explanation #
This example actively searches a contacts database as the user enters text.
The interesting part is the input field:
The input issues a GET
to /active_search/search
with the input value bound to $search
. The __debounce.200ms
modifier ensures that the search is not issued on every keystroke, but only after the user has stopped typing.