Tip: Searching these forums by topic title only

Share your advanced PureBasic knowledge/code with the community.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Tip: Searching these forums by topic title only

Post by PB »

These forums currently only allowing searching of posts by full text, and
not by topic title only. This can lead to lots of unwanted matches when
doing a search for a title. People have requested that the forums be
updated to the latest phpBB version, or to have the search by title
option enabled, but nothing has been done so far.

So, what to do? Use Google! :)

Open www.google.com and enter your words in the search box like so:

Code: Select all

allintitle: beta is out site:http://www.purebasic.fr/english/
In the above example, all posts with "beta is out" in their title are shown.
Here's an actual example URL that the above search produces:

http://www.google.com/search?q=allintit ... english%2F

Note that ALL words must be found for a match to be generated, but that
is the default search option in these forums anyway.

Enjoy your new searching capabilities! ;)
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Very handy - thanks :P
Windows 7 & PureBasic 4.4
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

allintitle is good, I prefer the quote method. in quotes it looks for exactly that text in that order...

allintitle could return : My beta software is knocking me out etc.

:D
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> in quotes it looks for exactly that text in that order

Yep, if that's what you need. Good addition to the tip. :)

But don't forget to add "allintitle:" to the search box, or you'll get results
from the body of posts, which is not what this thread is discussing. ;)

Code: Select all

allintitle: "beta is out" site:http://www.purebasic.fr/english/
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

:D 8)

I was wanting to run this

allintitle: len site:http://www.purebasic.fr/english/

for quite a while when I first joined as I was seeing perf problems in my apps. Theres no way to do this without some kind of title search. I'm sure I'll need it again

This gets 8 hits in google and 2223 hits on the forum search :)

THANK YOU !!

Perhaps this should be in the help manual :P
Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
User avatar
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

Hello
if my keyword be "ListIcon" , what is string to search it?
User avatar
pdwyer
Addict
Addict
Posts: 2813
Joined: Tue May 08, 2007 1:27 pm
Location: Chiba, Japan

Post by pdwyer »

Paul Dwyer

“In nature, it’s not the strongest nor the most intelligent who survives. It’s the most adaptable to change” - Charles Darwin
“If you can't explain it to a six-year old you really don't understand it yourself.” - Albert Einstein
User avatar
Tomi
Enthusiast
Enthusiast
Posts: 270
Joined: Wed Sep 03, 2008 9:29 am

Post by Tomi »

Very Very useful method,thanksful for provide it :)
Post Reply