contact_text_contains: Find contact reports that contain specific keywords/phrases

View source: R/widget-contact-text-contains.R

contact_text_containsR Documentation

Find contact reports that contain specific keywords/phrases

Description

This widget is comparable to the Contact Report Miner in CADSMart. Enter one or more search strings. If you enter multiple search strings, the search will be for contact reports that contain any one of the searches. Wildcards (*) are allowed at the beginning or end of each search term (but not in the middle). This widget creates a definition of type contact_report_id. To find the relevant contacted entities, use contacted_entity_of. For advanced searches, use the ora function to use an arbitrary Oracle-style regex as the search term.

Usage

contact_text_contains(...)

Arguments

...

One or more search terms, in quotation marks

Value

A discoveryengine list definition of type contact_report_id

See Also

contacted_entity_of, contact_reports

Examples

## contact reports related to neuroscience
contact_text_contains("neuroscience")

## but what about neurobiology, neuroeconomics, etc?
contact_text_contains("neuro*")

## can use as many search terms as you want. widget will search for
## contact reports containing any one of the search terms
contact_text_contains("neuro*", "brains")


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