How to test filters in web ui

I’m trying to test the filters to see what files/folders will be included/excluded in the web ui. I added “-enum-only” to the options of the backup tab but I don’t see anything in the log about files or folders

Running backup command from /cache/localhost/2 to back up /data/files
Options: [-log backup -storage storagename -threads 10 -enum-only -stats]
2020-01-22 06:29:17.246 INFO REPOSITORY_SET Repository set to /data/files
2020-01-22 06:29:17.247 INFO STORAGE_SET Storage set to /data/backups/
2020-01-22 06:29:20.449 INFO BACKUP_START Last backup at revision 23 found
2020-01-22 06:29:20.449 INFO BACKUP_INDEXING Indexing /data/files
2020-01-22 06:29:20.449 INFO SNAPSHOT_FILTER Parsing filter file /cache/localhost/2/.duplicacy/filters
2020-01-22 06:29:20.450 INFO SNAPSHOT_FILTER Loaded 4 include/exclude pattern(s)

This recent post, about halfway down, explains why enum doesn’t yet work properly in the Web UI.