Skip to content
代码片段 群组 项目
未验证 提交 f39db7e5 编辑于 作者: Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
浏览文件

Case-insensetive search for issue/mr title

上级 b6f3f626
No related branches found
No related tags found
无相关合并请求
...@@ -42,7 +42,7 @@ module Issuable ...@@ -42,7 +42,7 @@ module Issuable
module ClassMethods module ClassMethods
def search(query) def search(query)
where("title like :query", query: "%#{query}%") where("LOWER(title) like :query", query: "%#{query.downcase}%")
end end
def sort(method) def sort(method)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册