What does your index definition look like? And what was the output when you ran the index task?
-- Pat On 07/03/2013, at 2:39 PM, agung Laksono wrote: > Hii Guys, > > I'm create project Using ROR 3.2.1 and thinking sphinx 3.0.1. > I tried to follow https://github.com/pat/thinking-sphinx , but having > confusing about implemented in my projeckt. > i get error "unknown local index 'post_core' in search request" in my view. > This my view: > <h1>Rock it</h1> > <!-- > <p> > <%= text_field_tag :search, params[:search] %> > <%= submit_tag "Search" %> > </p> > --> > < > <% @posts.each do |post| %> > <li><%= post.content %></li> > <% end %> > > <P><%= link_to "add a new post", new_post_path %></P> > > the error messages, said that my each having error. but i really dont > understand the cause. > How i can fix this? > > > -- > You received this message because you are subscribed to the Google Groups > "Thinking Sphinx" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
