One example that I can give for what we want to do is for our directory listing. This listing pulls up everyones name and phone number with a SQL call. The page then executes a <% Do while not LIST.eof %> where it puts the information out in a list with <%= LIST("NAME") %> and <%= LIST("Ext") %> calls. It is pretty simple code but I can't find a search engine that will show the page with this list. If I do have one that finds the page, it simply shows the page without the SQL call so the list is bare.
One thing that is a factor here is that since it is for my company's Intranet, the number of people who use it is under 300. So we are not looking at using one of the commerically licensed search engines that cost over $10,000. I can't justify that kind of cost. However, there are a slew of search engines that can cost under even $1,000.
Also, I can publish more code if that would be helpful. I know that I haven't put a lot but I wasn't sure if I needed to do so. If it would help get me a recommendation, please let me know what you need to see. Thanks.
|