[GENERAL] Handling Complex queries in PostgreSQL fulltext search

2009-11-01 Thread Gaini Rajeshwar
Hi All, Does anyone know how to handle complex queries? For Example, If i want to search for something like: *(portable battery AND magnetic induction) OR (database management system)* This is a sample query and user can specify any kind of complex query in this way. I can't ask user to specify

Re: [GENERAL] Handling Complex queries in PostgreSQL fulltext search

2009-11-01 Thread Guillaume Lelarge
Le dimanche 1 novembre 2009 à 09:50:29, Gaini Rajeshwar a écrit : > Hi All, > > Does anyone know how to handle complex queries? > > For Example, If i want to search for something like: > > *(portable battery AND magnetic induction) OR (database management system)* > > This is a sample query and