57 | | * Add support for xapian, sphinx, pylucene, hyperestraier, grassy knoll or other search engines to [http://http://code.google.com/p/djangosearch/ djangosearch]. |
| 57 | For the following two, see http://groups.google.com/group/django-developers/browse_thread/thread/d2b02a2517507bdb |
| 58 | * Add support for xapian, sphinx, pylucene, hyperestraier, grassy knoll or other search engines to [http://http://code.google.com/p/djangosearch/ djangosearch].[[br]] |
| 59 | * Search functionality should perhaps support db engine full text search facilities as well. Indexer is overkill for smaller things like e.g. djangosnippets, it should be easy to get going with db-based backend and later migrate to a real indexer only by modifying settings to activate a different backend --- mrts |
| 60 | * Implement object history. See http://code.djangoproject.com/wiki/AuditTrail and http://martinfowler.com/ap2/timeNarrative.html . Audit Log, Temporal Object and Temporal Property patterns should be implemented and it should be possible to activate any combination of these. And there needs to be an intuitive way to access the snapshots. |