Regular expression filters missing

Yes, this is the RTFM place, at your service
Locked
User avatar
IW3HMH
Site Admin
Posts: 2925
Joined: 21 Jan 2013, 14:20
Location: Quarto d'Altino - Venezia (ITA)
Contact:

Regular expression filters missing

Post by IW3HMH »

Some users reported that their cluster filters (regular expression filters) are missing in ver. 1.24
This is due a glitch in the code i've found and fixed for next release. I apologize for that

How to recover your old (default) filters:

1) open Log4Om configuration folder.
2) find and DELETE the file named: regexpfilters_Cluster_user.xml
3) start Log4OM
4) open Cluster -> Custom tab -> CHECK if your filters are in place
5) go to FILTERS tab in the cluster module and press the SAVE icon (floppy disk icon)

For your reference, those are the filters available by default:

IOTA:

Code: Select all

(AF|EU|AS|OC|NA|SA|AN|af|eu|as|oc|na|sa|an])((-|\s)?)([0-9]{1,3})
((IOTA)|(iota))
WORLD FLORA FAUNA:

Code: Select all

((?:[a-zA-Z]{1,3}))(FF|ff)((-|\s)?)([0-9]{1,3})
((WFF)|(wff))
CONTEST (generic)

Code: Select all

((test)|(TEST)|(contest)|(CONTEST))
DCI:

Code: Select all

(DCI)((-|\s)?)([a-zA-Z]{1,2})((-|\s)?)([0-9]{1,3})
((DCI)|(dci))
SOTA:

Code: Select all

(([A-Z0-9]{1,3}))(\/)(([A-Z0-9]{1,2}))(-)(\d+)
((sota)|(SOTA)|(SUMMIT)|(summit))
Daniele Pistollato - IW3HMH
Locked