View source: R/miner-research-miner.R
research_miner | R Documentation |
Searches through research notes for the given keywords/phrases, and returns
the relevant entities. Searches the "Text" of a research note along with the
"Brief Note" and the "Description." Enter one
or more search strings. If you enter multiple search strings, the search will
be for notes that contain any one of the searches. Wildcards (*)
are allowed at the beginning or end of each search term (but not in the
middle). For advanced searches, use the ora
function to use an arbitrary Oracle-style regex as the search term.
research_miner(..., author = NULL)
... |
Search string(s) |
author |
Optionally, include an entity ID of a prospect researcher to only look at notes written by that researcher. |
A discoveryengine list definition of type entity_id
research_miner("education")
## broad search for education supporters
research_miner("education") %or%
has_interest(education) %or%
has_philanthropic_affinity(higher_education, secondary_education)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.