Advance Search

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
raffo
Posts: 9
Joined: Wed Nov 22, 2006 5:28 pm

Advance Search

Post by raffo »

I have some questions about the search function:

It is possible to do a search within more than one word i.e: test programm -> I want to search an article that containt the two word (like test AND programm).

If I want to search an article in a subcategory -> I need to choose this subcatecory. If I choose the Home category doesn't search in his subcategory there is a way to correct the problem?

I found a little bug if I write a \0 in an artikle the artikle will not be saved but I have a Blank artikle.

Regards,
Raffaele
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Advance Search

Post by Thorsten »

Hi,
It is possible to do a search within more than one word i.e: test programm -> I want to search an article that containt the two word (like test AND programm).
yes, you can search for more than one word.
If I want to search an article in a subcategory -> I need to choose this subcatecory. If I choose the Home category doesn't search in his subcategory there is a way to correct the problem?
no, currently not.
I found a little bug if I write a \0 in an artikle the artikle will not be saved but I have a Blank artikle.
That's correct, that's our security handling. \0 is a null byte and we don't want null bytes.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
mikey
Posts: 1
Joined: Mon Feb 18, 2008 12:00 pm

Post by mikey »

Thorsten,
I'm trying to do the same but can't make it work.
For example: Basically I have a lot of articles containing the term "test" and not the term "question". I only have 1 article containing both terms.
When I do a search for "test" and "question" I only want to see results for articles containing the words "test" and "question". However I see all articles containing "test" or "question". How do I solve this problem?
Thanks for your help.
Rgds,
Mikey
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

use "+test +problem" for that.

http://dev.mysql.com/doc/refman/5.0/en/ ... olean.html

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply