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:
parent
b477547a3d
commit
9683acb5a3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user