
/* - livesearch.kss - */
/* this removes the LSResult originally rendered to the template.
   (Would not be necessary if we change the template)
*/
#LSResult:load {
    action-client: deleteNode;
}

#searchGadget:livesearch-searchbox {
    evt-searchbox-submit: true;
    action-server: getLiveSearchResponse;
    getLiveSearchResponse-q: pass(q);
}



