parameterized_search_control | R Documentation |
A function for allowing finer grained control over how a search is performed when not using SOSL
parameterized_search_control( objects = NULL, fields_scope = c("ALL", "NAME", "EMAIL", "PHONE", "SIDEBAR"), fields = NULL, overall_limit = 2000, default_limit = 200, spell_correction = TRUE )
objects |
|
fields_scope |
|
fields |
|
overall_limit |
|
default_limit |
|
spell_correction |
|
list
of parameters passed onto sf_search
## Not run: # free text search only on Contact record Phone fields # this will improve the performance of the search my_phone_search <- "(336)" search_result <- sf_search(my_phone_search, objects = c("Contact", "Lead"), fields_scope = "PHONE", fields = c("Id", "FirstName", "LastName")) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.