PureSearch - search system for PureBasic coders

Developed or developing a new product in PureBasic? Tell the world about it.
AgManiX
User
User
Posts: 10
Joined: Fri May 06, 2011 9:25 pm
Contact:

PureSearch - search system for PureBasic coders

Post 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.
Best regards, Max Nixischev, AGMAsoft.
Multilingual PureBasic Search[/b]
User avatar
idle
Always Here
Always Here
Posts: 5899
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: PureSearch - search system for PureBasic coders

Post by idle »

works ok but seems to have a preference for Russian sites
Thanks
Windows 11, Manjaro, Raspberry Pi OS
Image
AgManiX
User
User
Posts: 10
Joined: Fri May 06, 2011 9:25 pm
Contact:

Re: PureSearch - search system for PureBasic coders

Post by AgManiX »

Have anybody ideas for this project? Mey be add any functions?
Best regards, Max Nixischev, AGMAsoft.
Multilingual PureBasic Search[/b]
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureSearch - search system for PureBasic coders

Post by DoubleDutch »

Looks good, but I did a search for 'reportcomplete' (it's mentioned on the forum) and it doesn't find it?
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
AgManiX
User
User
Posts: 10
Joined: Fri May 06, 2011 9:25 pm
Contact:

Re: PureSearch - search system for PureBasic coders

Post 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
Best regards, Max Nixischev, AGMAsoft.
Multilingual PureBasic Search[/b]
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureSearch - search system for PureBasic coders

Post by DoubleDutch »

No problem, if I find anything else I'll let you know. It should be great when it's finished. :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
Aleks_Longard
User
User
Posts: 64
Joined: Mon Dec 24, 2012 9:07 am
Location: Ukraine

Re: PureSearch - search system for PureBasic coders

Post by Aleks_Longard »

Hi Max!
Why not make your own search engine?
Sory my bad english
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureSearch - search system for PureBasic coders

Post 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 :?
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Fredi
Enthusiast
Enthusiast
Posts: 143
Joined: Wed Jul 23, 2008 10:45 pm

Re: PureSearch - search system for PureBasic coders

Post by Fredi »

Great work, i needed this :D
Thank you
Post Reply