Update docs and runaway semicolon.
This commit is contained in:
@ -125,7 +125,7 @@ abstract class BaseSearchDriver implements SearchDriverInterface
|
||||
|
||||
return $this->query
|
||||
->orderBy($this->relevanceFieldName, 'desc')
|
||||
->having($this->relevanceFieldName, '>', 0);;
|
||||
->having($this->relevanceFieldName, '>', 0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user