Method: Milkode::FindGrep#searchDatabase
- Defined in:
- lib/milkode/grep/findgrep.rb
#searchDatabase ⇒ Object
211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'lib/milkode/grep/findgrep.rb', line 211 def searchDatabase @documents.search( :patterns => @patterns, :keywords => @option.keywords, :paths => @option.filePatterns, :packages => @option.packages, :strict_packages => @option.strict_packages, # :restpaths => , :suffixs => @option.suffixs # :offset => , # :limit => , ) end |