Re: [PHP-DB] Database Search Engine ?

2004-02-27 Thread Muhammed Mamedov
]> Sent: Thursday, February 26, 2004 12:59 PM Subject: Re: [PHP-DB] Database Search Engine ? > Hello, > > I suggest PostgreSQL+TSearch2+OpenFTS... > > 30 minutes to a wonderful search engine. > > On Thu, 26 Feb 2004, Muhammed Mamedov wrote: > > >

Re: [PHP-DB] Database Search Engine ?

2004-02-26 Thread Joshua D. Drake
Hello, I suggest PostgreSQL+TSearch2+OpenFTS... 30 minutes to a wonderful search engine. On Thu, 26 Feb 2004, Muhammed Mamedov wrote: > Anyone knows/uses IMP database search engine? > http://www.imptechnology.com/DesktopDefault.aspx?tabid=56 > > Thanks, > M.Mamedov > -- Co-Founder Command P

[PHP-DB] Database Search Engine ?

2004-02-26 Thread Muhammed Mamedov
Anyone knows/uses IMP database search engine? http://www.imptechnology.com/DesktopDefault.aspx?tabid=56 Thanks, M.Mamedov

[PHP-DB] Database Search Engine

2004-02-25 Thread Muhammed Mamedov
Hi, I have many databases, each full up of more than 20 tables. I need to perform search based on search criteria entered by users. Does anyone know effective way of performin this task? Waiting for your comments. Regards, Muhammed Mamedov -- PHP Database Mailing List (http://www.php.net/) To

[PHP-DB] Database search

2003-09-04 Thread Shahar
Hello! I'm making a search for my database and I would like to make it with the three normal options, eg keyword contains all of the words, exact phrase, etc. I would like to know what are the modifications and changes I have to make in each query in order to achieve that. Please link me to samp

Re: [PHP-DB] Database search question

2002-03-30 Thread Mike de Libero
> To: <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 7:15 PM Subject: [PHP-DB] Database search question Hi there everyone, How can I accomplish the following? I have a table called search, I have 3 fields, city, country, type I also have an imput box where you can type in a searc

RE: [PHP-DB] Database search question

2002-03-30 Thread J. Scott Johnson
ope it helps and isn't too wrong. I think you get the idea. Build up some data dictionaries that map parts of the input to the columns and the construct query dynamically. If you can't figure it out, generate a ui on the fly asking "By X did you mean?" and then 3 radio buttons to

[PHP-DB] Database search question

2002-03-30 Thread Chris Payne
Hi there everyone, How can I accomplish the following? I have a table called search, I have 3 fields, city, country, type I also have an imput box where you can type in a search word. What I need is, say you type in hotels germany, I need the search to break up the sentence and then search

Re: [PHP-DB] database search

2001-03-26 Thread CC Zona
In article <99mtsa$85b$[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Mark Collins") wrote: > Hope you can help, I have put a basic database together which add, deletes, > updates and edits records but I am not sure where to start with searching > the data base. I have already got it working a bit usin

[PHP-DB] database search

2001-03-26 Thread Mark Collins
Hope you can help, I have put a basic database together which add, deletes, updates and edits records but I am not sure where to start with searching the data base. I have already got it working a bit using ereg and a while loop, but it is case sensitive and wont find a match in the middle of a st