Refactored BaseSearch/Result to use templates to render the title and content entries...
authorStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 10 Jun 2011 17:24:42 +0000 (13:24 -0400)
committerStephen Burrows <stephen.r.burrows@gmail.com>
Fri, 10 Jun 2011 17:24:42 +0000 (13:24 -0400)
commit8b55084e724338896ce94dd91d67fd4d0c0187e2
treef8da8cfe12509cc4c5488be0338cb3d7f93fd003
parentcfd7c6155ad83f9ead1f18ff6109cf1dba5835fe
Refactored BaseSearch/Result to use templates to render the title and content entries in the Result's context. Removed rendered results from the ajax API. Added favored result support to _list for ajax and non-ajax versions.
philo/contrib/sobol/models.py
philo/contrib/sobol/search.py
philo/contrib/sobol/static/sobol/ajax_search.js
philo/contrib/sobol/templates/sobol/search/_list.html
philo/contrib/sobol/templates/sobol/search/content.html [new file with mode: 0644]
philo/contrib/sobol/templates/sobol/search/result.html