Ruby on Rails Thursday, February 28, 2013

On Feb 28, 2013, at 12:32 AM, William Pramana wrote:

> Hi,
>
> I just read the tutorial on autocomplete search terms - http://railscasts.com/episodes/399-autocomplete-search-terms.
>
> My question is, how do I enable linking to the search result so people can click and go to the item permanent link.
>

Where would that link appear? Is that in the search results, or elsewhere? As far as I know, the autocomplete search technique is used to populate a text field in a form. That form is then submitted, and what happens then is up to your controller and views.

Walter

> Thanks,
>
> William
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/nWQn6O2AEj8J.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment