henry3 Is there a way to exclude a sub directory on the search in page ? I have a sub directory with many sub directory's and I want to exclude one. Is the Ignore Words just for files, or also directories.
jv16 Simply use the Ignore Words feature: list there the names of the directories you want to ignore (i.e. not analyzed). The Ignore Words feature always matches all possible data, so it's never only for filenames, it's also for directory names.
jv16 That is correct. All the tools in PowerTools always analyze also the sub directories, unless otherwise noted. If you want to tell PowerTools not to access the sub directories, list the sub directory names in the Ignore Words.
jv16 It is a partial match search, that is, if you write "foo" to the Ignore Words, any directory or filename containing the word "foo" would be skipped. So in that sense, it supports wildcards, it doesn't support regex.