Description Usage Arguments Details Examples
Search the dataone repository by fields
| 1 2 3 4 | 
| query | the search query (character string) | 
| search_field | named string providing optional filters for the search, e.g. c(author = "Wolkovich", identifier = "doi"), | 
| filter | filters to apply (depends on engine, e.g. solr filters) | 
| return_fields | fields that should be returned by the search, see details. | 
| fuzzy | logical indicating whether fuzzy or only exact matches should be returned. | 
| rows | maximum number of search results | 
| format | perferred fromat for search results | 
| node | which dataone node to search, defaults to master node. | 
| engine | search engine to use for queries, defaults to solr | 
The current possible query terms for both search and return fields are given here: https://mule1.dataone.org/ArchitectureDocs-current/design/SearchMetadata.html#attribute-descriptions-and-notes
| 1 2 3 4 | ## Not run: 
 d1_search("Wolkovich", "author")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.