Hi!
I'm using the freeware version of Webinator 4. We were previously using the freeware Webinator version 2. We have some perl scripts which used the gw on the old webinator db. I'm attempting to rework the scripts to be used on the webinator 4 db using texis.
One of the queries on the db is following:
texis -d /WWW/webinator/texis/eob/db2 -s "select Url from html where Url like 'WarmPool' order by Url"
The result of this query is:
115 Query 'WarmPool' would require linear search
Now I've read in previous posts that linear searching is disabled in Vortex by default and that you have to turn it on by issuing the command: <apicp alllinear on>
My question is: where does one do this? in the cgi perl script? A config file? Is it allowed in the freeware version?
Second question: if I want to include the -h option in the above query (preventing column headings to be printed in the output) where would I put it? All permutations I've tried have issued errors. -sh "select ...."
-s-h "select ...." -s "select...." -h
Thanks in advance for your help!
-Tara
I'm using the freeware version of Webinator 4. We were previously using the freeware Webinator version 2. We have some perl scripts which used the gw on the old webinator db. I'm attempting to rework the scripts to be used on the webinator 4 db using texis.
One of the queries on the db is following:
texis -d /WWW/webinator/texis/eob/db2 -s "select Url from html where Url like 'WarmPool' order by Url"
The result of this query is:
115 Query 'WarmPool' would require linear search
Now I've read in previous posts that linear searching is disabled in Vortex by default and that you have to turn it on by issuing the command: <apicp alllinear on>
My question is: where does one do this? in the cgi perl script? A config file? Is it allowed in the freeware version?
Second question: if I want to include the -h option in the above query (preventing column headings to be printed in the output) where would I put it? All permutations I've tried have issued errors. -sh "select ...."
-s-h "select ...." -s "select...." -h
Thanks in advance for your help!
-Tara