If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Is there a way to build an index that ignores all files and links that are older than 2003? I am looking for ways to make the index smaller and more meaningful. Thank you all for your help.
A link doesn't have a date associated with it. But ignoring old files might have its uses. But Zoom doesn't do this at the moment. At least not by filtering on the file's creation date and time.
But if you files were arranged into directories, then you could filter using the skip list. For example.
/Articles/2000/Jan/Article1.html
/Articles/2000/Feb/Article2.html
/Articles/2007/Jan/Article3.html
Then you could filter Articles 1 and 2 by adding /2000/ to the folder skip list.
It would be nice to be able to parse the index by date in the future. While you can "Sort by Date" in the results, the user may still get too many results. Unfortunately, our intranet is not set up to easily skip sections. Thanks for your suggestion though.
Thanks for the suggestion. Skipping pages based on date is on our list of features being considered for a future version. As always, user demand will help us determine the priority of feature requests, so if anyone else wants this, do let us know.
Comment