I have:
define_index do
.
.
indexes tags.name, :as => tags
end
How do I show the excerpts for tags? Doing search_obj.excerpts.tags does not seem to work.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The excerpts method just calls back to the original object – so you’ll need a method on it that returns all the tag data. Something like the following in the model:
And then excerpts calls for that should be: