Forum Search

Everything else that doesn't fall into one of the other PB categories.
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Forum Search

Post by Le Soldat Inconnu »

Hi,

Since forum update, when i do search, i never arrive to have result by search word incluse in [ code ] [/ code ]

for example, i search GdipCreateBitmapFromFile, it's in code from this forum and search don't give any result.

It's possible to change this ?

Thanks
LSI
klaver
Enthusiast
Enthusiast
Posts: 147
Joined: Wed Jun 28, 2006 6:55 pm
Location: Schröttersburg

Re: Forum Search

Post by klaver »

I'll post in this thread as I also have problem with phpBB search.

I want to search the forums for two words: "load icon". Ok, so I search for (+ works as AND):

Code: Select all

+load +icon
And what I get?
Search term used: +load +icon ignored: icon
Why the heck the "icon" keyword is ignored?! Results for "load" only are DAMN USELESS!
I can understand thet phpBB ignores a "yes" keyword in a such phrase (| works as OR):

Code: Select all

load|yes
In this example the "yes" keyword would increase the results to billions of posts, so it's ok to skip it.
But in my case, the search engine by skipping the "icon" keyword INCREASES the amount of results and makes my search totally imprecise and useless. Isn't it illogical?

Conclusion: connected with issue posted by Le Soldat Inconnu, this search engine is fail.
Image
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Forum Search

Post by netmaestro »

I too am disappointed in the search engine since the forum update. It used to be much better.
BERESHEIT
UserOfPure
Enthusiast
Enthusiast
Posts: 469
Joined: Sun Mar 16, 2008 9:18 am

Re: Forum Search

Post by UserOfPure »

For now, just use Google to search the domain www.purebasic.fr with your keywords, and all will be found. :)
User avatar
chi
Addict
Addict
Posts: 1087
Joined: Sat May 05, 2007 5:31 pm
Location: Austria

Re: Forum Search

Post by chi »

... or you could give Alt.[F1] a shot :wink:
http://www.purebasic.fr/english/viewtop ... 27&t=36150

cheers, chi
Et cetera is my worst enemy
User avatar
Vera
Addict
Addict
Posts: 858
Joined: Tue Aug 11, 2009 1:56 pm
Location: Essen (Germany)

Re: Forum Search

Post by Vera »

Yes the ignoring of essential and peculiar differentiating words can be a thrill :?

But one can ship around by bringing in the Joker -> '*'
with 'load icon*' you'll get 93 matches

so long ~ Vera
User avatar
Kaeru Gaman
Addict
Addict
Posts: 4826
Joined: Sun Mar 19, 2006 1:57 pm
Location: Germany

Re: Forum Search

Post by Kaeru Gaman »

another issue with the forums search is, that it ignores text in code-tags.
for a programmers forum this makes it ... erm ...
klaver wrote: DAMN USELESS!
yes, thank you, Sarge.
oh... and have a nice day.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Forum Search

Post by Fred »

If you know an option in phpbb3 to activate that, don't hesitate to tell us. I don't feel in mood to rewrite a php forum ;).
User avatar
idle
Always Here
Always Here
Posts: 5836
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Forum Search

Post by idle »

Fred wrote:If you know an option in phpbb3 to activate that, don't hesitate to tell us. I don't feel in mood to rewrite a php forum ;).
:lol:

maybe Custom Google search could do it but it still needs a change of mood to do it

http://www.sixstringmods.co.uk/snippets ... php?id=227
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Re: Forum Search

Post by Josh »

use the better search for this forum :mrgreen:
sorry for my bad english
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Forum Search

Post by Trond »

Fred wrote:If you know an option in phpbb3 to activate that, don't hesitate to tell us. I don't feel in mood to rewrite a php forum ;).
Changing "search backend" from "fulltext native" to "fulltext mysql" should probably fix it. Also this should eliminate the common word filtering.
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Forum Search

Post by Fred »

Ok, i switched the search backend to mysql native. Just try it to see if it makes a difference.
User avatar
Demivec
Addict
Addict
Posts: 4260
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: Forum Search

Post by Demivec »

I see an improvement. Code sections are now included in a search. :)
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8451
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: Forum Search

Post by netmaestro »

Thanks fred!
BERESHEIT
ozzie
Enthusiast
Enthusiast
Posts: 443
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: Forum Search

Post by ozzie »

Trond wrote:Changing "search backend" from "fulltext native" to "fulltext mysql" should probably fix it. Also this should eliminate the common word filtering.
Thanks, Trond - a useful tip that I've now applied to my own phpBB forum.
Post Reply