I\'m building a multi-language Django site, and I\'m using django-transmeta for my model data translations. Now I\'m wondering if there is a Django search app that works wit
Avoid sphinx if you can since you're going to want less dependencies. I use django to achieve multilingua using parameter hl=languageCode eg hl=el for greek or whatever 39 languages or so django with appengine supports. gae engineers will update backend no matter my updates, .po files with project gettext are my languagepack