View source: R/miner-asset-miner.R
asset_miner | R Documentation |
Searches through wealth and assets for the given keywords/phrases, and returns
the relevant entities. Searches the "Description" of an asset along with the
"Comment." 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.
asset_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
## broad search for those with a trust as a listed asset
asset_miner("trust")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.