Module: Voog::API::Search
- Included in:
- Client
- Defined in:
- lib/voog_api/api/search.rb
Overview
Voog site Search API methods.
Instance Method Summary collapse
-
#search(params = {}) ⇒ Object
Perform full text search over current public (and indexed) content.
Instance Method Details
#search(params = {}) ⇒ Object
Perform full text search over current public (and indexed) content.
12 13 14 |
# File 'lib/voog_api/api/search.rb', line 12 def search(params = {}) paginate 'search', {query: params} end |