I have indexed 15 sites on my company and when i search a term like internet the result set returns the first 20 result from one site how can I make the search script return one url for each site?
That would require a bit of effort on the inner loop of the primary <sql "select...">
statement. You'll have to learn a little about texis web script to do this.
Oh yeah, I forgot to mention... If this were a full Texis license instead of a Webinator this would be a lot easier because you'd just add a field to the html table to contain the site name. Then you could just check it directly.