Towards a django.contrib.site_search (Part 3)
OK, so my site_search module is finally done. Or at least it's reached a state where I feel comfortable releasing it. It works, but it's still very alpha in quality and I welcome feedback on it. In my final installment of this post series I'll focus on the mechanics of wiring all the separate pieces together in Django. In fact, part of the reason for the delay between this post and the last one was due to some major re-factoring that I finally got around to, the purpose of which was to bring my search app more in line with packages in django.contrib, like auth or admin. I really would like search to be a drop-in component in the way those other components are, where all that is required is some initial configuration and templating by the user.
There are 0 comments for this post.