Hi,

I have a entry that has many entry_values...

And i need to get Entries that has a entry_values.value_string for
example.

Entry.rb

  define_index do
    indexes entry_values.value_string, :as => :entry_value_string
  end

But that solution take so long to index in compare to index
entry_value fields...

Is correct to use like that? or How can i return a Entry in a
EntryValue.search ?

Thanks in Advance,
Raphael Costa

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en.

Reply via email to