SearchFlags
Search flags.
| Name | Description | Type | 
|---|---|---|
all | Specifies all flags set; Including any future flags. | boolean | 
look_in_all_versions | Orders to search any document versions or the latest version only. | boolean | 
return_latest_visible_version | Return the latest visible version for each matching document. | boolean | 
separately_search_in_each_object_type | Perform a separate search for each object type and merge the results. | boolean | 
allow_quick_refresh_for_external_object_types | Allows a quick refresh from an external database if searching an external object type with an ExtID condition. | boolean | 
disable_relevancy_ranking | Searches and views are relevancy-ranked by default. This search flag disables relevancy-ranking. | boolean | 
separately_search_specific_object_types | Allows only specified object types to be searched separately. | boolean | 
include_unmanaged_objects | Extends the search to include unmanaged objects. | boolean | 
individual_limit_for_each_external_repository | Ensures that up to the specified maximum number of results are returned from each repository. | boolean | 
Example
{
  "all": false,
  "look_in_all_versions": false,
  "return_latest_visible_version": false,
  "separately_search_in_each_object_type": false,
  "allow_quick_refresh_for_external_object_types": false,
  "disable_relevancy_ranking": false,
  "separately_search_specific_object_types": false,
  "include_unmanaged_objects": false,
  "individual_limit_for_each_external_repository": false
}