Skip to content

Commit

Permalink
bugfix: 搜索查询我的文档,分页时丢失查询范围条件
Browse files Browse the repository at this point in the history
  • Loading branch information
mylxsw committed Mar 22, 2019
1 parent cba3bc5 commit 4b1f7ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/SearchController.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function search(Request $request)
'per_page' => $perPage,
'project_id' => $projectId,
'tag' => $tagName,
'range' => $range,
]),
'keyword' => $keyword,
'project_id' => $projectId,
Expand Down

0 comments on commit 4b1f7ea

Please sign in to comment.