hashplan / calendar

Apache License 2.0
0 stars 0 forks source link

excluded individual events #48

Open hashplan opened 9 years ago

hashplan commented 9 years ago

For search results, I ran an update/set query on back end for events that contain "%PARKING PASSES ONLY%" to set the status column to "cancelled". Please make sure events with that status do not show up in search results.

romasolot commented 9 years ago

There are events with such phrase but ONLY - PARKING PASSES (2014 Michigan State Spartans Football Season PARKING PASSES or PARKING PASSES Braves vs Dodgers ). Should their status be changed for cancelled as well? Events sould be automatically marked as cancelled during parsing, right?

hashplan commented 9 years ago

Yeah, I fixed all the "%parking passes%". Ideally it would be good if we have a job to set the status for them during/after crawling.

romasolot commented 9 years ago

I was about to run one more cron job. But according to my calculations, crawler works within 8 hours including all timeouts. So I consider status should be changed during saving event to the database.