Updated Google Avatar, Admin Features, All Pages with small changes, Filters in Publications Page
This commit is contained in:
@@ -142,8 +142,8 @@ class PublicationsController extends Controller
|
||||
});
|
||||
}
|
||||
|
||||
if ($request->has('is_peer_reviewed') && !empty($request->is_peer_reviewed)) {
|
||||
$publications->where('is_peer_reviewed', $request->is_peer_reviewed);
|
||||
if ($request->has('category') && !empty($request->category)) {
|
||||
$publications->where('category', $request->category);
|
||||
}
|
||||
|
||||
if ($request->has('dateFrom') && !empty($request->dateFrom)) {
|
||||
|
||||
Reference in New Issue
Block a user