Fixed topic search results which returned nothing. Return a list instead of a generator in TopicFromPostResult.__getitem__() so that the pagination can work correctly. from: https://bitbucket.org/hsoft/djangobb/changeset/1b2f31c54c516c699a7b11a1d43b170742157df5 use the slow, but correct solution for display the result as topics used fast solution with a work-a-round for double topics respect sort order count only one time better solution, but slow with woosh and many hits change info make it DRY remove debug imports remove not needed tuple() * add "show your topics/posts" search * add link to switch between topics/posts search * merge {% block controls %} * make search_posts.html useable with queryset and SearchQuerySet Add topic <-> post switch links to other type of search, too. not really in GET needed. * Use PostSearchForm() in normal search * add switch links to normal search, too. better docstring better text? |
||
---|---|---|
.. | ||
fixtures | ||
locale | ||
management | ||
migrations | ||
static/djangobb_forum | ||
templates | ||
templatetags | ||
tests | ||
__init__.py | ||
admin.py | ||
context_processors.py | ||
feeds.py | ||
fields.py | ||
forms.py | ||
middleware.py | ||
models.py | ||
search_indexes.py | ||
settings.py | ||
signals.py | ||
subscription.py | ||
urls.py | ||
util.py | ||
views.py |