There is something called as Full text Search (i believe it is called TSearch2...not sure of the name though) in postgresql. Google for further info. If you use some other database you might have to use: 1) Xapian http://www.xapian.org 2) pyLucene http://pylucene.osafoundation.org/ 3) Swish-E (I don't have the exact URL but remember seeing it somewhere in the Python Cheeseshop). Hope you find this information useful.
-Thejaswi Puthraya On Mar 12, 4:09 pm, "Mary" <[EMAIL PROTECTED]> wrote: > is there any search functionality that has been implemented with > Django for postgresql database > As i need to add search in my website and i don't know from where i > can start > Any help will be very appreciated > > Thank you in advance; > Mary Adel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

