asset_miner: Find entities based on keyword searches of their wealth and...

View source: R/miner-asset-miner.R

asset_minerR Documentation

Find entities based on keyword searches of their wealth and assets

Description

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.

Usage

asset_miner(..., author = NULL)

Arguments

...

Search string(s)

author

Optionally, include an entity ID of a prospect researcher to only look at notes written by that researcher.

Value

A discoveryengine list definition of type entity_id

Examples

## broad search for those with a trust as a listed asset
asset_miner("trust")


tarakc02/discoveryengine documentation built on Sept. 26, 2023, 12:17 a.m.