Forum Moderators: phranque
Today I ran into a site which uses a quite sophisticated search function, which generates a page with results on-site (not Google). The piece of HTML code the use for the form is this:
<!--webbot bot="Search" S-LINK S-FIELDS=""
S-INDEX="All" S-DSN="default" TAG="BODY" S-Text="Search for: " I-Size="50"
S-Submit="Start Search" S-Clear="Reset" S-TimestampFormat="%m/%d/%y" b-useindexserver="0" startspan --><form action="_vti_bin/shtml.exe/search.htm" method="POST"><input type="hidden" name="VTI-GROUP" value="0"><p><b>Search for: </b><input type="text" name="search" size="50" value></p><p><input type="submit" value="Start Search"><input type="reset" value="Reset"></p></form><!--webbot bot="Search" endspan i-checksum="8207" -->
Does anybody have an idea what software tool they use for the search function?
There are also a lot of hosted search solutions that start around $20/month. FusionSearch is the first that comes to mind. I think several of these search hosts use Webinator.
Jamison
- Excludes specified directories/files
- Ignores "short" or "common" words
- Whole-word matching only
- Results sorted by relevancy
- Results show relevancy in percent (or graph, etc.)
- Ignores HTML; searches only visible text
- Indexes .html and .cgi pages
- Indexes only internal links (or specified domains)
- Ability to build several indexes which can be selected for individual or collective searching by marking checkboxes on an "Advanced Search" page
- Customizable results page
If anyone does know of a script like that, preferably PHP, I'd love to know about it! I'm looking for a site-search and those mentioned above are the most needed features for my site.
Thanks,
Matthew