Hi there I'm currently in the process of implementing multi-tenancy to an open source project of mine. I'm using apartment (https://github.com/influitive/apartment) to separate tenants by using one database per tenant. The project currently uses thinking sphinx for search.
While I have some ideas how to use thinking sphinx to handle multi-tenancy, they all look hackish and I'm not sure they would work. I'd like your input on how to handle the following: * One database per tenant * Search should be restricted to all data in a single database depending The database selection is implemented using apartment and a subdomain matcher. You can find current code in the tenancy branch of Bookyt (https://github.com/huerlisi/bookyt/tree/tenancy). Installation docs (INSTALL.textile might be a little out of date regarding tenancy, just ping me). Thanx and cheers Simon -- 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.
