1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-05 14:57:30 +01:00

add refname to search

git-svn-id: file:///home/svn/framework3/trunk@4014 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Matt Miller 2006-10-10 07:01:05 +00:00
parent b477547a3d
commit 9683acb5a3

View File

@ -26,6 +26,11 @@ class ApplicationController < ActionController::Base
res[m.name]=m
next
end
if (m.refname.downcase.index(terms.downcase))
res[m.name]=m
next
end
if (m.description.downcase.index(terms.downcase))
res[m.name]=m