Keyword Phrase to be Searched as a Phrase and not Separate Words Keyword Phrase to be Searched as a Phrase and not Separate Words
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Keyword Phrase to be Searched as a Phrase and not Separate Words

Started by masksmaster, May 04, 2008, 05:41:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

masksmaster

Hello,

I was able to find out a way of separating keywords with ";" instead of " " allowing me to have phrases. But I'm bumping into an issue where while having a keyword "word1 word2" the actual search will being all of the results that have "word1" or "word2".

Is there a way of interpreting that space between word1 and word2 as AND for the purposes of searching? So that search result will return only the cases where keyword is "word1" AND "word2" if I have a keyword "word1 word2".

Thank you!!!