why is the first part

def keywords(record): 
     return list(set(x.lower() for re.compile('\w 
+').findall(record.content or ''))) 

raising an error in syntax

andrej

Reply via email to