Verified _fill_cache behavior. 100% test pass. |
|
More...
|
over 16 years ago
|
Added a couple new desirable bits of functionality. Mostly stubbed. |
|
More...
|
over 16 years ago
|
Added a couple new desirable bits of functionality. Mostly stubbed. |
|
More...
|
over 16 years ago
|
Removed fixme and updated docs. |
|
More...
|
over 16 years ago
|
Removed fixme and updated docs. |
|
More...
|
over 16 years ago
|
Removed an old reference to SearchPaginator. |
|
More...
|
over 16 years ago
|
Removed an old reference to SearchPaginator. |
|
More...
|
over 16 years ago
|
Updated import paths to new backend Base* location. |
|
More...
|
over 16 years ago
|
Updated import paths to new backend Base* location. |
|
More...
|
over 16 years ago
|
Relocated base backend classes to __init__.py for consistency with Django. |
|
More...
|
over 16 years ago
|
Relocated base backend classes to __init__.py for consistency with Django. |
|
More...
|
over 16 years ago
|
BaseSearchQuerySet initial API complete and all but working. One failing test related to caching results. |
|
More...
|
over 16 years ago
|
BaseSearchQuerySet initial API complete and all but working. One failing test related to caching results. |
|
More...
|
over 16 years ago
|
Added new (improved?) template path for index templates. |
|
More...
|
over 16 years ago
|
Added new (improved?) template path for index templates. |
|
More...
|
over 16 years ago
|
Removed SearchPaginator, as it no longer provides anything over the standard Django Paginator. |
|
More...
|
over 16 years ago
|
Removed SearchPaginator, as it no longer provides anything over the standard Django Paginator. |
|
More...
|
over 16 years ago
|
Added len/iter support to BaseSearchQuerySet. Need to finish getitem support and test. |
|
More...
|
over 16 years ago
|
Added len/iter support to BaseSearchQuerySet. Need to finish getitem support and test. |
|
More...
|
over 16 years ago
|
Started to update ModelIndex. |
|
More...
|
over 16 years ago
|
Started to update ModelIndex. |
|
More...
|
over 16 years ago
|
Started to alter dummy to match new class names/API. |
|
More...
|
over 16 years ago
|
Started to alter dummy to match new class names/API. |
|
More...
|
over 16 years ago
|
Little bits of cleanup. |
|
More...
|
over 16 years ago
|
Little bits of cleanup. |
|
More...
|
over 16 years ago
|
Added overview of where functionality belongs in djangosearch. This should likely make it's way into other docs and go away eventually. |
|
More...
|
over 16 years ago
|
Added overview of where functionality belongs in djangosearch. This should likely make it's way into other docs and go away eventually. |
|
More...
|
over 16 years ago
|
BaseSearchQuery now tracks filters via QueryFilter objects. Tests complete for QueryFilter and nearly complete for BaseSearchQuery. |
|
More...
|
over 16 years ago
|
BaseSearchQuery now tracks filters via QueryFilter objects. Tests complete for QueryFilter and nearly complete for BaseSearchQuery. |
|
More...
|
over 16 years ago
|
Started docs on creating new backends. |
|
More...
|
over 16 years ago
|