Reputation: 3572
Django recently added support for using multiple databases and "database routing". Does Haystack deal intelligently (or at all) with multiple databases?
Upvotes: 0
Views: 467
Reputation: 2249
I'm using a multi database configuration on production with django-haystack and whoosh and so far I didn't have any problems. Because haystack uses models as any application does every query passes through the router.
Upvotes: 1