Description Usage Arguments Value Examples
A glass generated after parsing a search query with the method parseToSearchResults. Contains a list of all information gleaned from the search query.
1 | SearchResult(es_query, results, first_hit, last_hit, total_hits)
|
es_query |
A quosure of the current es_query. |
results |
A list of all result from the qeury. |
first_hit |
numeric(1) the first bundle currently shown. |
last_hit |
numeric(1) the last bundle currently shown. |
total_hits |
numeric(1) the number of bundles that can be shown. |
A Search Result object
1 2 | sr <- new("SearchResult")
sr
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.