Page 1 of 1

PureSearch - search system for PureBasic coders

Posted: Mon Apr 01, 2013 9:52 pm
by AgManiX
Hi all!
I want to tell you about my project - PureSearch.
It's a search system (it uses Google CSE) for PureBasic coders, which included only PureBasic sites (forums, projects, blogs, etc.)
PureSearch is a multilanguage website, localization gets from your browser (russian and english only).
Link: http://www.PureSearch.ru
pS: Do you find a bug, translation mistake or you have an idea? Please comment in this topic!
ppS: Sorry for my "good" english :)

Best wishes, Max Nixischev, Active!Computers.

Re: PureSearch - search system for PureBasic coders

Posted: Tue Apr 02, 2013 3:15 am
by idle
works ok but seems to have a preference for Russian sites
Thanks

Re: PureSearch - search system for PureBasic coders

Posted: Tue Apr 02, 2013 9:12 am
by AgManiX
Have anybody ideas for this project? Mey be add any functions?

Re: PureSearch - search system for PureBasic coders

Posted: Wed Apr 03, 2013 10:15 am
by DoubleDutch
Looks good, but I did a search for 'reportcomplete' (it's mentioned on the forum) and it doesn't find it?

Re: PureSearch - search system for PureBasic coders

Posted: Wed Apr 03, 2013 10:42 am
by AgManiX
DoubleDutch wrote:Looks good, but I did a search for 'reportcomplete' (it's mentioned on the forum) and it doesn't find it?
hm.. thanks! I'll try to fix it... google indexed it, but it doesn't show it on puresearch.ru

Re: PureSearch - search system for PureBasic coders

Posted: Wed Apr 03, 2013 10:47 am
by DoubleDutch
No problem, if I find anything else I'll let you know. It should be great when it's finished. :)

Re: PureSearch - search system for PureBasic coders

Posted: Thu Apr 18, 2013 3:25 pm
by Aleks_Longard
Hi Max!
Why not make your own search engine?

Re: PureSearch - search system for PureBasic coders

Posted: Thu Apr 18, 2013 3:46 pm
by ts-soft
Aleks_Longard wrote:Why not make your own search engine?

Code: Select all

Procedure.s Search(text.s)
  Protected foundstring.s
  If foundstring = ""
    Search(text)
  EndIf
  ProcedureReturn foundstring
EndProcedure

Debug Search("reportcomplete")
Does not work :?

Re: PureSearch - search system for PureBasic coders

Posted: Mon May 27, 2013 8:10 am
by Fredi
Great work, i needed this :D
Thank you