bootcamp icon indicating copy to clipboard operation
bootcamp copied to clipboard

Search autocomplete not working

Open Vamoss opened this issue 5 years ago • 1 comments
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
  });
});

Vamoss avatar Apr 04 '20 21:04 Vamoss

I do have to implement this block again. The AJAX call needs improvement.

sebastian-code avatar Apr 08 '20 21:04 sebastian-code