ive searched through the autocomplete packages to realize my autocomplete search. But all what ive found is autocompleting one word. I need a list of words- not just one.
It should behave like here on stack tag input. user start typing-select the tag if there is set one. Insert as many tags as he need and when hes finished the whole list of tags should render a List filtered by those tags with taggit.
But how to realize the search for many tags? Autocomplete only works for one?! or did i understand something badly wrong?
jQueryUI part:
The view which handles your
$(this).data('url')
:I assumed you have
r.name
in your model. Replace it with your field or your neccessities