Hello, I would like to know, how I could setup realurl for news, that it takes the path_segment as alias field and as fallback the column title. I tried this: 'alias_field' => 'COALESCE(path_segment,title)', But it didn't work, if path_segment is not set, then the alias_field is blank Thanks, Dominic