RE: [PHP] Search Engine With Boolean Support <--Please help

2002-05-12 Thread Miguel Cruz
PROTECTED]] > Sent: Saturday, May 11, 2002 2:23 PM > To: SpamSucks86 > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] Search Engine With Boolean Support <--Please help > > On Sat, 11 May 2002, SpamSucks86 wrote: > > I need to have an internal search engine for my site. It needs

Re: [PHP] Search Engine With Boolean Support <--Please help

2002-05-12 Thread Matthew Ward
This is a bit of a tricky one, as a search engine isn't just some 10 line code you can quickly type and expect to work. It'd be quite complex, because you have to run several queries for each of the boolean types, and you also have to account somehow for case-sensitivity. I'm currently working on

RE: [PHP] Search Engine With Boolean Support <--Please help

2002-05-11 Thread SpamSucks86
#x27;t think it will help me. -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: Saturday, May 11, 2002 2:23 PM To: SpamSucks86 Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Search Engine With Boolean Support <--Please help On Sat, 11 May 2002, SpamSucks86 wrote: >

Re: [PHP] Search Engine With Boolean Support <--Please help

2002-05-11 Thread Miguel Cruz
On Sat, 11 May 2002, SpamSucks86 wrote: > I need to have an internal search engine for my site. It needs to > support Boolean (not, or, and). Are there any fairly simple scripts out > there that will help me with this? Even if it's just to give me an idea > of where to start. I'm using mySQL, and

[PHP] Search Engine With Boolean Support <--Please help

2002-05-11 Thread SpamSucks86
I need to have an internal search engine for my site. It needs to support Boolean (not, or, and). Are there any fairly simple scripts out there that will help me with this? Even if it's just to give me an idea of where to start. I'm using mySQL, and Boolean support isn't implemented until v4.0. Th