Gossamer Forum
Home : Products : DBMan : Discussions :

Simple "Match Any" Question

Quote Reply
Simple "Match Any" Question
Hi,

I've got some problem (yes, I searched the forum and FAQ) with my search form that uses Keyword Search only. Below are four options to specify or omit. All work but the _Match Any_ option.

So when trying to find "Bill Gates at Microsoft" using the words "Bill" and "Gates" it works allright, but "Bill" and "Microsoft" wouldn't work.

Any tips besides that I would have forgot the Match Any ma=1 checkbox or <input type="hidden" name="ma" value="1"> ???

Thanks
CSky


Quote Reply
Re: Simple "Match Any" Question In reply to
it should be ma=on or <input type="hidden" name="ma" value="on">.

Regards,

Eliot Lee
Quote Reply
Re: Simple "Match Any" Question In reply to
Yes, thank you, but that wouldn't matter if <INPUT TYPE="CHECKBOX" NAME="ma"> Match any word

It still doesn't work either way...

Do you have any more suggestion for where to look? As written earlier, the other options all work.

Regards
CSky


Quote Reply
Re: Simple "Match Any" Question In reply to
Have you tried using the following?

Code:

<input type="checkbox" name="ma" VALUE="on">


Regards,

Eliot Lee
Quote Reply
Re: Simple "Match Any" Question In reply to
Thank you, Eliot,

<input type="checkbox" name="ma" VALUE="on"> didn't work either.

If you have any (a bit more controversial ;-) suggestions, please let me know.

Yours,
CSky