Also, I forgot to mention, I have 2 more models called category and sub_category. They belong to Company but not to Address.
If I index the Address model with the Company attributes, I won't be able to access the category and sub_category. Is there a way to index the company model so that it accepts multiple addresses for each company? On Oct 6, 6:56 pm, FelixG <[email protected]> wrote: > I'm thinking of integrating thinking_sphinx into my app but I am > curious if this is possible. > Currently I have a Company model and an Address model. > Each company can have many addresses in the address model. > > Is it possible to index each address for a company with thinking > sphinx and then do geo-searching on that? > > Any help is appreciated. Thank you. -- 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.
