Skip to content

Commit

Permalink
Reverted a minor update to the last edited selectable field, as this …
Browse files Browse the repository at this point in the history
…is now handled on a per field basis just before rendering sort by options to the user.
  • Loading branch information
Nathan Glasl committed May 22, 2014
1 parent 94607b4 commit 350fba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/pages/SolrSearchPage.php
Expand Up @@ -243,7 +243,7 @@ public function getSelectableFields($listType = null, $excludeGeo = true) {

$availableFields = $this->solrSearchService->getAllSearchableFieldsFor($listType);
$objFields = array_combine(array_keys($availableFields), array_keys($availableFields));
$objFields['LastEdited'] = 'Last Edited';
$objFields['LastEdited'] = 'LastEdited';
$objFields['Created'] = 'Created';
$objFields['ID'] = 'ID';
$objFields['score'] = 'Score';
Expand Down

0 comments on commit 350fba7

Please sign in to comment.