Can Webinator search on URLs?

Post Reply
jintov
Posts: 29
Joined: Fri Feb 22, 2002 5:43 am

Can Webinator search on URLs?

Post 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?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Can Webinator search on URLs?

Post 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.
Post Reply