I'm trying to make a search form that uses AJAX Select so that when I type an entry into a field, there will be a dropdown that contains a list of an attribute from all of the model objects that match the text typed in. Here is the relevant code:I'm trying to make a search form that uses AJAX