backlinks

This commit is contained in:
2024-08-16 17:38:26 +03:00
parent 9bbd53b586
commit 5a13ddb2ec
20 changed files with 60 additions and 851 deletions
+1
View File
@@ -64,6 +64,7 @@ class RecordController extends Controller
$graphArray = null;
$graph = $this->query
->filter($arguments)
->notLinked($request->input("notlinked") ?? "")
->limit($limit)
->status(explode(",", $arguments["status_in"]))
->skip($skip)