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
Advance Search
Moderator: Thorsten
Re: Advance Search
Hi,
bye
Thorsten
yes, you can search for more than one word.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).
no, currently not.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?
That's correct, that's our security handling. \0 is a null byte and we don't want null bytes.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.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
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
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
Hi,
use "+test +problem" for that.
http://dev.mysql.com/doc/refman/5.0/en/ ... olean.html
bye
Thorsten
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
amazon.de Wishlist