digitalmethodsinitiative / dmi-tcat

Digital Methods Initiative - Twitter Capture and Analysis Toolset
Apache License 2.0
367 stars 114 forks source link

Search and then Tracking #58

Closed psegovias closed 10 years ago

psegovias commented 10 years ago

Its seems not working, when i track with search.php and set $type = 'track'; seems not track when search finished.

ErikBorra commented 10 years ago

When search is finished, you'll have to go to capture/index.php and then start the bin.

psegovias commented 10 years ago

Yes that's a quick solution.

I see in search, there's no countdown (api request) like before, why?

And when u user search and press CTRL-C to cancel , the entire data are not available anywhere, only via phpmyadmin. any idea why?

ErikBorra commented 10 years ago

The count down is gone because we refactored the code. I agree that it's useful to display it, so in a future update we'll fix that.

The query bin is only made available the administrative interface once the search is finished. See https://github.com/digitalmethodsinitiative/dmi-tcat/blob/master/capture/search/search.php#L55