Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search autocomplete not working #217

Open
Vamoss opened this issue Apr 4, 2020 · 1 comment
Open

Search autocomplete not working #217

Vamoss opened this issue Apr 4, 2020 · 1 comment

Comments

@Vamoss
Copy link

Vamoss commented Apr 4, 2020

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
  });
});
@sebastian-code
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants