Search result downloads (CSV format)

- added the button for the CSV download
- fixed a bug with the csv search result downloader blocking non IOC
results even if the search terms did not specify IOCs only.
pull/217/head
iglocska 2013-06-27 13:53:49 +02:00
parent bc0919344b
commit 3812d02309
2 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,6 @@ class EventsController extends AppController {
foreach ($attributeIDList as $aID) {
$conditions['AND']['OR'][] = array('Attribute.id' => $aID);
}
$conditions['AND'][] = array('Attribute.to_ids =' => 1);
}
$params = array(

View File

@ -139,6 +139,7 @@ endforeach;
<?php if ($isSearch == 1): ?>
<li class="divider"></li>
<li><a href="/events/downloadSearchResult">Download results as XML</a></li>
<li><a href="/events/csv/download/search">Download results as CSV</a></li>
<?php endif; ?>
<li class="divider"></li>
<li><a href="/events/export">Export</a></li>