search criteria

2007-03-12 Thread Mary

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 django-users@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: search criteria

2007-03-12 Thread akonsu

hello,

yes, there is search functionality called database API:

http://www.djangoproject.com/documentation/db_api/

do you have anything specific in mind?

konstantin

On Mar 12, 7:09 am, "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 django-users@googlegroups.com
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
-~--~~~~--~~--~--~---



Re: search criteria

2007-03-12 Thread theju

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 django-users@googlegroups.com
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
-~--~~~~--~~--~--~---