― Graham (graham), Thursday, 5 September 2002 11:20 (twenty-three years ago)
― Nicole (Nicole), Thursday, 5 September 2002 11:37 (twenty-three years ago)
― Andrew (enneff), Thursday, 5 September 2002 11:37 (twenty-three years ago)
― DeRayMi, Thursday, 5 September 2002 11:53 (twenty-three years ago)
― zebedee, Thursday, 5 September 2002 11:57 (twenty-three years ago)
No support for enclosing multiple words in quotes
Searching is Any Word, not All Words
― N. (nickdastoor), Thursday, 5 September 2002 12:05 (twenty-three years ago)
― Nicole (Nicole), Thursday, 5 September 2002 12:10 (twenty-three years ago)
is this php stuff hand coded from scratch by your good self or is it based on something else? i'm just thinking you could maybe release the table schemas / search code bits so that someone else here could have a look over them and try and implement the missing bits.
andywho doesn't know the first thing about php to be honest but who has dicked around with postnuke.
― koogs, Thursday, 5 September 2002 12:23 (twenty-three years ago)
― N. (nickdastoor), Thursday, 5 September 2002 12:28 (twenty-three years ago)
― alext (alext), Thursday, 5 September 2002 12:31 (twenty-three years ago)
I'll look into implementing one or both of those features myself.
― Graham (graham), Thursday, 5 September 2002 12:33 (twenty-three years ago)
― zebedee, Thursday, 5 September 2002 12:35 (twenty-three years ago)
― Graham (graham), Thursday, 5 September 2002 12:55 (twenty-three years ago)
― zebedee, Thursday, 5 September 2002 13:01 (twenty-three years ago)
select * from table where match (column) against ('word1') and match (column) against ('word2');
seems to work.
pity about the lack of boolean stuff though - does everything you need.
andy
― koogs, Thursday, 5 September 2002 13:02 (twenty-three years ago)
But yeah, I think there is a less than elegant work around that will work without adding so much overhead.
― Graham (graham), Thursday, 5 September 2002 13:22 (twenty-three years ago)
8)
andyi'll get my coat...
― koogs, Thursday, 5 September 2002 13:30 (twenty-three years ago)
BORING PARAGRAPH: This has odd effects on the less than 4 letters thing, because the message has to be first be returned using the old method, ie contain a four letter word. So "C or D: Ellen Feiss" with or without quotes works because of the Ellen part, but "C or D" alone would be completely ignored. Plus the matching messages count is still based on an Any Word search.
Anything else Dastoor?
― grepmonkey (graham), Thursday, 5 September 2002 23:19 (twenty-three years ago)
― Graham (graham), Friday, 6 September 2002 09:12 (twenty-three years ago)
― the pinefox, Friday, 6 September 2002 09:15 (twenty-three years ago)
― N. (nickdastoor), Friday, 6 September 2002 09:17 (twenty-three years ago)
― ron (ron), Friday, 6 September 2002 22:51 (twenty-three years ago)
― mark p (Mark P), Friday, 6 September 2002 22:58 (twenty-three years ago)
― Martin Skidmore (Martin Skidmore), Saturday, 7 September 2002 15:02 (twenty-three years ago)
― N. (nickdastoor), Saturday, 7 September 2002 15:04 (twenty-three years ago)