colors and filters
This commit is contained in:
@@ -145,6 +145,7 @@ final class Query
|
||||
$query = DB::table("records");
|
||||
$query = $this->parseFilters($query);
|
||||
$query = $this->findNotLinked($query);
|
||||
|
||||
if ($this->options->limit > 0) {
|
||||
$query->limit($this->options->limit);
|
||||
$query->offset($this->options->skip);
|
||||
@@ -191,6 +192,7 @@ final class Query
|
||||
|
||||
$query = DB::table("records");
|
||||
$query = $this->parseFilters($query);
|
||||
$query = $this->findNotLinked($query);
|
||||
$graph = $this->run();
|
||||
$graph->total = $query->count();
|
||||
return $graph;
|
||||
|
||||
Reference in New Issue
Block a user