bootcamp
bootcamp copied to clipboard
Search autocomplete not working
trafficstars
I was merging repositories and notice this line was removed. https://github.com/vitorfs/bootcamp/blob/master/bootcamp/templates/base.html#L116
How it was before:
$(function() {
$("#searchInput").autocomplete({
source: "{% url 'search:suggestions' %}",
minLength: 2
});
});
I do have to implement this block again. The AJAX call needs improvement.