mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 03:10:48 +08:00
Merge pull request '新增 issue project_issues_index搜索' (#151) from KingChan/forgeplus:chenjing into standalone_develop
This commit is contained in:
@@ -33,7 +33,7 @@ class Issues::ListQueryService < ApplicationService
|
||||
end
|
||||
|
||||
if search_name.present?
|
||||
issues = issues.where("issues.subject LIKE ? OR issues.description LIKE ? ", "%#{search_name}%", "%#{search_name}%")
|
||||
issues = issues.where("issues.subject LIKE ? OR issues.description OR issues.project_issues_index LIKE ? ", "%#{search_name}%", "%#{search_name}%")
|
||||
end
|
||||
|
||||
if start_time&.present? || end_time&.present?
|
||||
|
||||
Reference in New Issue
Block a user