Forum Search
- Le Soldat Inconnu
- Enthusiast
- Posts: 306
- Joined: Wed Jul 09, 2003 11:33 am
- Location: France
Forum Search
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
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
Re: Forum Search
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):
And what I get?
I can understand thet phpBB ignores a "yes" keyword in a such phrase (| works as OR):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.
I want to search the forums for two words: "load icon". Ok, so I search for (+ works as AND):
Code: Select all
+load +icon
Why the heck the "icon" keyword is ignored?! Results for "load" only are DAMN USELESS!Search term used: +load +icon ignored: icon
I can understand thet phpBB ignores a "yes" keyword in a such phrase (| works as OR):
Code: Select all
load|yes
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.

- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
Re: Forum Search
I too am disappointed in the search engine since the forum update. It used to be much better.
BERESHEIT
-
- Enthusiast
- Posts: 469
- Joined: Sun Mar 16, 2008 9:18 am
Re: Forum Search
For now, just use Google to search the domain www.purebasic.fr with your keywords, and all will be found. 

Re: Forum Search
... or you could give Alt.[F1] a shot
http://www.purebasic.fr/english/viewtop ... 27&t=36150
cheers, chi

http://www.purebasic.fr/english/viewtop ... 27&t=36150
cheers, chi
Et cetera is my worst enemy
Re: Forum Search
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

But one can ship around by bringing in the Joker -> '*'
with 'load icon*' you'll get 93 matches
so long ~ Vera
Two growing code-collections: WinApi-Lib by RSBasic ~ LinuxAPI-Lib by Omi
Missing a download-file on the forums? ~ check out this backup page.
Missing a download-file on the forums? ~ check out this backup page.
- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Re: Forum Search
another issue with the forums search is, that it ignores text in code-tags.
for a programmers forum this makes it ... erm ...
for a programmers forum this makes it ... erm ...
yes, thank you, Sarge.klaver wrote: DAMN USELESS!
oh... and have a nice day.
Re: Forum Search
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
.

Re: Forum Search
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.

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
Re: Forum Search
Changing "search backend" from "fulltext native" to "fulltext mysql" should probably fix it. Also this should eliminate the common word filtering.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.
Re: Forum Search
Ok, i switched the search backend to mysql native. Just try it to see if it makes a difference.
Re: Forum Search
I see an improvement. Code sections are now included in a search. 

- netmaestro
- PureBasic Bullfrog
- Posts: 8451
- Joined: Wed Jul 06, 2005 5:42 am
- Location: Fort Nelson, BC, Canada
-
- Enthusiast
- Posts: 443
- Joined: Sun Apr 06, 2008 12:54 pm
- Location: Brisbane, Qld, Australia
- Contact:
Re: Forum Search
Thanks, Trond - a useful tip that I've now applied to my own phpBB forum.Trond wrote:Changing "search backend" from "fulltext native" to "fulltext mysql" should probably fix it. Also this should eliminate the common word filtering.