Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 964 Bytes

SearchQuery.md

File metadata and controls

12 lines (8 loc) · 964 Bytes

SearchQuery

Properties

Name Type Description Notes
key str The entity facet (key) by which to search. Valid keys are any property keys returned by the JSON representation of the entity. Examples are 'creatorId', 'name', etc. The following special key keywords are also valid: 'tags' performs a search on entity tags, 'tagpath' performs a hierarchical search on tags, with periods (.) as path level separators. 'freetext' performs a free text search across many fields of the entity
value str The entity facet value for which to search
matching_method str The method by which search matching is performed. Default: CONTAINS [optional]

[Back to Model list] [Back to API list] [Back to README]