I am looking for a new tool / software to add seach to our ASP.NET based web-sites, and came across Zoom Search. Downloaded and tried out the Indexer and was overall very pleased with what I found.
Only puzzling thing in the indexer was that I had to select a text encoding option - isn't it missing an "auto-detect" option? Couldn't it just check the HTTP headers / META tags for this?
Anyway, then it was time to test out the ASP.NET component.
Unfortunately this is a deal breaker in the current state.
Having to place the control outside the main <form> tag or change the form method to "GET" doesn't fly real well with ASP.NET !!
Why not simply also accept POSTs? This isn't any harder to code than GETs.
Also it seems that the index files have to be in the same directory as the search page. I would much prefer to keep these files outside the web-site directory so that they could be updated/uploaded separately from the web-site itself. A simple "IndexFilesLocation" property would do the trick.
If you decide to make these small fixes, I'll be buying a license real quick
Only puzzling thing in the indexer was that I had to select a text encoding option - isn't it missing an "auto-detect" option? Couldn't it just check the HTTP headers / META tags for this?
Anyway, then it was time to test out the ASP.NET component.
Unfortunately this is a deal breaker in the current state.
Having to place the control outside the main <form> tag or change the form method to "GET" doesn't fly real well with ASP.NET !!
Why not simply also accept POSTs? This isn't any harder to code than GETs.
Also it seems that the index files have to be in the same directory as the search page. I would much prefer to keep these files outside the web-site directory so that they could be updated/uploaded separately from the web-site itself. A simple "IndexFilesLocation" property would do the trick.
If you decide to make these small fixes, I'll be buying a license real quick
Comment