View source: R/widget-contact-text-contains.R
contact_text_contains | R Documentation |
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.
contact_text_contains(...)
... |
One or more search terms, in quotation marks |
A discoveryengine list definition of type contact_report_id
contacted_entity_of
, contact_reports
## 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.