mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-02 19:30:48 +08:00
Revert "add issue search project_issues_index"
This reverts commit b7d6be8b9f.
This commit is contained in:
@@ -33,7 +33,7 @@ class Issues::ListQueryService < ApplicationService
|
|||||||
end
|
end
|
||||||
|
|
||||||
if search_name.present?
|
if search_name.present?
|
||||||
issues = issues.where("issues.subject LIKE ? OR issues.description OR issues.project_issues_index LIKE ? ", "%#{search_name}%", "%#{search_name}%")
|
issues = issues.where("issues.subject LIKE ? OR issues.description LIKE ? ", "%#{search_name}%", "%#{search_name}%")
|
||||||
end
|
end
|
||||||
|
|
||||||
if start_time&.present? || end_time&.present?
|
if start_time&.present? || end_time&.present?
|
||||||
|
|||||||
Reference in New Issue
Block a user