looking for simple code to build a search engine
From: Marcel (info_at_nospam-bluegumdata.com.au)
Date: 11/30/04
- Next message: Richard Gration: "Re: "anonymous" variable in Perl?"
- Previous message: Ronald Fischer: ""anonymous" variable in Perl?"
- Next in thread: Alan Mead: "Re: looking for simple code to build a search engine"
- Reply: Alan Mead: "Re: looking for simple code to build a search engine"
- Reply: James Willmore: "Re: looking for simple code to build a search engine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Nov 2004 09:47:37 GMT
Hi,
I have a hobby website with many, many pages with pictures on which I want
to install a search engine. The ones I've had a look at don't exactly do
what I want. So I want to make it myself. On the other hand, I'm completely
new to Perl - it does work fine on my computer though.
My idea is as follows:
any search on my website looks into a file (search.txt) of which each line
looks something like "url= .... thumb= ... title= .... keywords= ...".
The keywords-part (of course) must be scanned, and if a match is found, then
the title, url and thumbnail must be returned to the search page.
The search.txt is fed by my pictures database.
Is there something out there that I can use?
Many thanks,
Marcel
- Next message: Richard Gration: "Re: "anonymous" variable in Perl?"
- Previous message: Ronald Fischer: ""anonymous" variable in Perl?"
- Next in thread: Alan Mead: "Re: looking for simple code to build a search engine"
- Reply: Alan Mead: "Re: looking for simple code to build a search engine"
- Reply: James Willmore: "Re: looking for simple code to build a search engine"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|