Best practices for adding search engine to site

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric Veltman

    Best practices for adding search engine to site

    Hello everyone,

    I would like to know what you typically use to add a
    search engine to your sites. Do you build your own
    search engines, do you use existing PHP classes,
    do you use htdig, etc. ?

    My preference would be to use htdig, but on the htdig
    site there's only a small list of hosting providers
    that provide this and google doesn't help me too much
    either. So I would also like to know your experience
    about whether hosting providers normally offer htdig
    or if it is an exception or if they do normally offer
    it but always against a high price ?

    Best regards,

    Eric
  • André Næss

    #2
    Re: Best practices for adding search engine to site

    Eric Veltman:
    [color=blue]
    > Hello everyone,
    >
    > I would like to know what you typically use to add a
    > search engine to your sites. Do you build your own
    > search engines, do you use existing PHP classes,
    > do you use htdig, etc. ?
    >
    > My preference would be to use htdig, but on the htdig
    > site there's only a small list of hosting providers
    > that provide this and google doesn't help me too much
    > either. So I would also like to know your experience
    > about whether hosting providers normally offer htdig
    > or if it is an exception or if they do normally offer
    > it but always against a high price ?[/color]

    Google. site:www.example.com my search terms

    André Næss

    Comment

    • Eto Demerzel

      #3
      Re: Best practices for adding search engine to site

      In article <voi6ekaa1k5l90 @corp.supernews .com>, Eric Veltman's output
      was...[color=blue]
      > Hello everyone,
      >
      > I would like to know what you typically use to add a
      > search engine to your sites. Do you build your own
      > search engines, do you use existing PHP classes,
      > do you use htdig, etc. ?
      >[/color]
      No longer maintained, but: http://phpdig.toiletoine.net/

      Or, at the cost of having adverts in search result pages, you can use
      freefind - http://www.freefind.com/

      Take a look at http://www.ysrnry.co.uk/cover1.htm to see it being used,
      and to see how it can be customis/zed.

      Comment

      • Eric Veltman

        #4
        Re: Best practices for adding search engine to site

        Hello Andre,

        André Næss wrote:
        [color=blue]
        > Eric Veltman:[/color]
        [color=blue][color=green]
        >> I would like to know what you typically use to add a
        >> search engine to your sites. Do you build your own
        >> search engines, do you use existing PHP classes,
        >> do you use htdig, etc. ?[/color][/color]
        [color=blue]
        > Google. site:www.example.com my search terms[/color]

        I don't believe I didn't think of it myself :-)
        Thanks, good suggestion !

        Best regards,

        Eric

        Comment

        • Eric Veltman

          #5
          Re: Best practices for adding search engine to site

          Hello Eto,

          Eto Demerzel wrote:
          [color=blue]
          > In article <voi6ekaa1k5l90 @corp.supernews .com>, Eric Veltman's output
          > was...[/color]
          [color=blue][color=green]
          >> I would like to know what you typically use to add a
          >> search engine to your sites. Do you build your own
          >> search engines, do you use existing PHP classes,
          >> do you use htdig, etc. ?
          >>[/color]
          > No longer maintained, but: http://phpdig.toiletoine.net/
          >
          > Or, at the cost of having adverts in search result pages, you can use
          > freefind - http://www.freefind.com/
          >
          > Take a look at http://www.ysrnry.co.uk/cover1.htm to see it being used,
          > and to see how it can be customis/zed.[/color]

          Thanks, I think I'll try Google first, as Andre suggested,
          but if I need more customized search and result pages,
          I'll take a look at these alternatives.

          Best regards,

          Eric

          Comment

          Working...