Method: Documentation::Searchers::Abstract#search

Defined in:
lib/documentation/searchers/abstract.rb

#search(query, options = {}) ⇒ Object

Search for a page from the index



21
22
23
# File 'lib/documentation/searchers/abstract.rb', line 21

def search(query, options = {})
  []
end