Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #28 from harmstyler/patch-1
Wrong solr field name for location priority
  • Loading branch information
andrerom committed Nov 25, 2015
2 parents 19caacf + 470ad86 commit 0e3a10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Query/Location/SortClauseVisitor/Location/Priority.php
Expand Up @@ -39,6 +39,6 @@ public function canVisit(SortClause $sortClause)
*/
public function visit(SortClause $sortClause)
{
return 'priority_id' . $this->getDirection($sortClause);
return 'priority_i' . $this->getDirection($sortClause);
}
}

0 comments on commit 0e3a10b

Please sign in to comment.