Hello-

I'm using ThinkingSphinx 3.0.1 and Sphinx 2.0.5.
My model file contains,
    define_index do
       indexes :code, :sortable => true 
       has id,  assigned_to_id
    end

I have a search text filed and assignee drop down filter in GUI and 
displaying code and assignee in the list.
so if i want to sort on assignee then i have to add 
    indexes :assignee.name, :sortable => true in the model
but it will index and search in assignee association but i want only sort 
option here.

Any help would be much appreciated!

-Praveen

-- 
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.


Reply via email to