1 (edited by ozero7 2016-05-27 09:33)

Topic: Using AND, OR and NOT in search.php doesn't work?

Example: i have 2 topics. The titles or posts are as follows:
1- "all about history"
2- "scientific survey"

It doesn't work if i search on titles or posts as follows:
"all" OR "survey"

Result of this search is: nothing found

Why is search.php not showing these 2 topics above as results?
Or how can i find all the topics containing "all" or "survey"?

Re: Using AND, OR and NOT in search.php doesn't work?

"all" in stopwords https://github.com/punbb/punbb/blob/mas … pwords.txt

ForkBB
I speak only Russian  :P

Re: Using AND, OR and NOT in search.php doesn't work?

stopwords are not searchable okay.
but words that are not stopwords are still not searchable,

u can't search as follows: 'word1' OR 'word2'

u need to search for only 'word1' or only 'word2'

any way to search with OR ?

Re: Using AND, OR and NOT in search.php doesn't work?

Really, OR doesn't work smile

ForkBB
I speak only Russian  :P