Is there an easy way to auto-refresh a search manager in web framework every 2 minutes for example.
Basically run a .search() every 2 minutes on the search manager(django)
Or do I need to create my own timer within javascript?
This actually looks like something fairly easy in javascript: http://stackoverflow.com/questions/2133166/loop-timer-in-javascript
Yes, doing it manually through javascript is probably the right idea.
This actually looks like something fairly easy in javascript: http://stackoverflow.com/questions/2133166/loop-timer-in-javascript