Hi -- I'm wanting to improve searches by using full-text searching. The documentation says: > > > search¶ > <http://docs.djangoproject.com/en/dev/ref/models/querysets/#search> > > A boolean full-text search, taking advantage of full-text indexing. > This is like contains but is significantly faster due to full-text > indexing. > > Note this is only available in MySQL and requires direct manipulation > of the database to add the full-text index. > What options are available for Postgres if any? Postgres has this capability, I believe. Can Django not use it?
Liam --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

