search within the site

Discuss general web development questions. Help others and get help from others.

Moderator: kfury77

Post Reply
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

search within the site

Post by notuo »

Hi. I need your help here.

Any ideas of (php is better) a software to search locally in a site? I know google has their version but the results are joined with ads and we don't want that.

Thanks in advance,
User avatar
MaxD
Posts: 127
Joined: Mon Dec 18, 2006 10:05 pm
Location: UK
Contact:

Re: search within the site

Post by MaxD »

I did a search and quite a few results turned up.
Amateur web design now dabbling with php and jquery
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: search within the site

Post by Aivars »

notuo wrote:Any ideas of (php is better) a software to search locally in a site? I know google has their version but the results are joined with ads and we don't want that.
It mostly depends on what your site is made in. Like, if you're basing it on a PHP framework, then check the framework's documentation since many PHP frameworks come with built in site search capabilities. If your site content consists of static pages then you can use software like Lucene, although it can be difficult to set up. If you're storing content in database, then you can use search feature of your database. As I said, it depends what you used to make your site and how you store its content.
Blumentals Software Programmer
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: search within the site

Post by notuo »

Not framework, not database. Just plain html with some pages (the search is almost plain in this case).

I did a search too, found sphider, swish-e, orca, searchtools.

Any of you has little more knowledge of them?

Thanks
User avatar
MaxD
Posts: 127
Joined: Mon Dec 18, 2006 10:05 pm
Location: UK
Contact:

Re: search within the site

Post by MaxD »

notuo wrote:Not framework, not database. Just plain html with some pages (the search is almost plain in this case).

Thanks
You could try this one? http://www.cj-design.com/products/free_ ... sitesearch
Amateur web design now dabbling with php and jquery
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: search within the site

Post by notuo »

Thanks MaxD, I will take a look.
aaaa78101
Posts: 2
Joined: Fri Jun 03, 2011 9:02 am

Re: search within the site

Post by aaaa78101 »

ou can use Google's site: syntax to restrict your search to a single Web site. Make sure there's no space between site: and your Web site. Follow with a space and then your search terms. You don't need to use the "http://" portion of your URL.

site:google.about.com power search tricks

You could also widen the search to include all the About.com Guide sites:

site:about.com google

This same search can be widened to include all the Web sites within a domain.

site:edu text buyback dates

Google's site: syntax can be mixed with other syntax, such as AND and OR searches.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: search within the site

Post by Aivars »

I'm revisiting this old topic to tell that we have created site search webapp for everybody and we don't have ads! You can find out about it here: www.findberry.com.
Blumentals Software Programmer
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: search within the site

Post by notuo »

Thanks. I'll take a look at it.
Post Reply