Add filter for personal skill messages in vacancy collector
This commit is contained in:
parent
cd1bb90167
commit
5286b2cdc7
@ -15,7 +15,8 @@ WHERE timestamp >= now() - INTERVAL 30 DAY
|
||||
'требования', 'обязанности', 'условия', 'компания', 'офис',
|
||||
'удаленно', 'гибкий график', 'полный день', 'частичная занятость',
|
||||
'резюме', 'собеседование', 'junior', 'middle', 'senior'
|
||||
]) >= 5 AND position(message, 'О себе') = 0 AND position(message, 'Обо мне') = 0 AND position(message, '#ищу') = 0
|
||||
]) >= 5 AND position(message, 'О себе') = 0 AND position(message, 'Обо мне') = 0
|
||||
AND position(message, '#ищу') = 0 AND position(message, 'умею') = 0
|
||||
AND id NOT IN %(exist_points)s
|
||||
"""
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user