PageNest Help

Contents - Index


Advanced Filters

(Pro version only)

Using advanced filtering you can build complex expressions using boolean expressions (expressions combined with and, or, xor and not operators).

Before using advanced filters you should ensure that all filters are include filters.  If you use exclude filters you'll probably get confused.  Required filters act the same as include filters.

When you select the Use advanced filtering option each filter in the list is assigned a number.  The numbers are combined with the operators (not, and, or, xor) and brackets to form expressions.

Consider the following filters:
1) When mimetype equals text/html
2) When folder item equals dogs
3) When folder item equals cats
4) When filename equals training

To download html files about dogs use the expression:
1 and 2

To download html files about cats or html files about dogs use:
(1 and 2) or (1 and 3)

To download files about dogs but not files about training use:
2 and not 4

Most material on the internet is copyrighted.
If you intend to use downloaded material for anything other than personal use you must obtain the copyright holders permission first.
Solent Software is opposed to copyright theft.