I’ve tried to add (?i) to not be case sensitive in the $:/temp/state!!practise_title value like
subfilter=“regexp(?i) {$:/temp/state!!practise_title}” but this does not work
However, if you use search:title:regexp[] instead of regexp[], you don’t need to add (?i) to the param, since search[] defaults to using case-insensitive regexp matching.