ajax-live-search
ajax-live-search copied to clipboard
Result is written to second search field
Hi,
first of all thank you for this awesome project. Now I dont have to transfer the entire database to the browser everytime to make a search ;-)
<input type="text" class='mySearch' id="ls_query2" placeholder="Search Customer Database..."><br>
<input type="text" class='mySearch' id="ls_query" placeholder="Search Vehicle Database...">
It seems to work. But when clicking on a result in the first search field, the result is passed to the second search field.