ResourceSearch
Wolfram Resource System »ResourceSearch[form]
gives a dataset of resources that contain text matching form.
ResourceSearch[form,prop]
returns the property prop of the search results.
Details and Options
- ResourceSearch[form] searches first locally, then in a user's cloud account, and then in global resource repositories.
- In ResourceSearch["query",…] the query is compared against multiple resource metadata properties, including "Keywords", "Description", "Details" and "Name".
- ResourceSearch supports the following basic search forms, which can be combined arbitrarily:
-
"string" complete string must occur {s1,s2,…} all si must occur s1s2… at least one of the si must occur "field"s1 the si must occur in the given field FixedOrder[s1,s2,…] the si must occur in the order given Except[q] q cannot occur SearchQueryString["query"] complete search engine–style query - ResourceSearch["field"->s1,…] searches within specific fields. Standard resource object fields include "Name", "ResourceType", "Description" and "Keywords". Additional fields may be included based on the resource type.
- Possible properties prop in ResourceSearch[form,prop] include:
-
"Dataset" dataset including resource objects "Objects" list of resource objects "Associations" associations giving certain properties of resource objects "key" list of values for the specified keys {"key1","key2",…} list of associations giving values for the specified keys - ResourceSearch[form] is equivalent to ResourceSearch[form,"Dataset"].
- ResourceSearch supports the following options:
-
MaxItems All the number of items to return ResourceSystemPath $ResourceSystemPath path along which to search
Examples
open allclose allScope (8)
Look for a resource using a search-engine-style query:
Only search for neural net resources:
Only search within the name of the resource:
Include functions and neural nets:
Get a list of resource objects directly:
Get a list of associations containing metadata:
Text
Wolfram Research (2016), ResourceSearch, Wolfram Language function, https://reference.wolfram.com/language/ref/ResourceSearch.html (updated 2020).
CMS
Wolfram Language. 2016. "ResourceSearch." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2020. https://reference.wolfram.com/language/ref/ResourceSearch.html.
APA
Wolfram Language. (2016). ResourceSearch. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/ResourceSearch.html