Page 1 of 1
Can Webinator search on URLs?
Posted: Fri Feb 22, 2002 5:54 am
by jintov
Can Webinator search on URLs having a particular pattern? For example, all URLs having the pattern
http://www.mysite.com/html/99_*.htm where '*' could be anything.
Can it also search on the datestamp of the HTML files?
Can Webinator search on URLs?
Posted: Fri Feb 22, 2002 9:52 am
by mark
To search Urls, you could add an input box to the search form. Give it the name of "uq". Then you can do basic wildcard searches on Url as in your example.
To search by date you would have to make up an input box and variable name then use that variable in the SQL within the search script. The "Visited" field of the html table is the one to search for modification date. See the Texis manual for how to do date comparisons.