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
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