| |
| |
Viesoft Site Search v1.0 is a .NET compatible DLL that houses all of the necessary functions to programmatically create a fully featured search engine for your ASPX-enabled web site. With basic HTML and .NET programming knowledge, anyone can effortlessly create dynamic search pages. The class library includes all of the necessary functions to customize the look and feel of your personal search pages. Simply install a registered copy of the DLL, add a reference to your web application project, and create your search! Check out the demo on our site.
|
|
|
| |
| |
The Search Engine module will search an entire page also dynamic pages for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and display the results with the highest matches first. The module will search all files with the extensions that you can easily place the extension name into the web.config file where indicated. Files or folders that you don't want searched can be placed in the web.config where indicated, so these files and folders are not searched. Also now you can choose the encoding of your choice. This updated article contains tips to globalize and enhance the code. Note: It is best suited for small sites. Also you can modify this code to crawl pages internally by using regular expressions. For larger site you will need to write to XML file once periodically and then read from XML file. I have offered tips at the end of the section to do so. I have also included a demo project that reads and writes to XML.
|
|
|
| |
| |
Crawls and indexes a web site placing the indexed words into a database. A user control is then used to search the database displaying the results as a list of urls with title and extract in a similar format to popular search engines. The system has been tested with Microsoft Access and SQL Server. Set up is via a set of password protected displays. Source code provided with purchased version.
|
|
|
| |
| |
Perform an search on google using the google SOAP API *Can filter adult content *Can filter simillar results *Possibility to specify max results *Keyword spell checker
|
|
|
| |
|