ResourceSearch[form]
gives a dataset of resources that contain text matching form.
ResourceSearch[form,prop]
returns the property prop of the search results.
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 s1|s2|… 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 all close allBasic Examples (2)
Scope (8)
Look for a resource using a search-engine-style query:
ResourceSearch[SearchQueryString["State of the Union"]]Only search for neural net resources:
ResourceSearch[{"ResourceType" -> "NeuralNet", "Estimation"}]Only search within the name of the resource:
ResourceSearch[{"ResourceType" -> "NeuralNet", "Name" -> "Estimation"}]Include functions and neural nets:
ResourceSearch[{"ResourceType" -> {"NeuralNet", "Function"}, "Estimation"}]Get a list of resource objects directly:
ResourceSearch["Birds", "Objects"]Get a list of associations containing metadata:
ResourceSearch["Fisher", "Associations"]Use a list of terms that must all be included:
ResourceSearch[{"Network", "Boston", "Political"}]Use alternatives when at least one term must match:
ResourceSearch["Network" | "Boston" | "Political", MaxItems -> 10]Options (4)
MaxItems (1)
ResourceSystemPath (3)
Search only locally stored resources:
ResourceSearch["Baseball" , ResourceSystemPath -> PersistenceLocation["Local"]]Search for published function resources with "Say" in the name:
ResourceSearch[{"ResourceType" -> "Function", "Name" -> "Say"} , ResourceSystemPath -> {URL[$ResourceSystemBase]}]Search for paclets in the paclet repository published by Wolfram:
ResourceSearch[{"ResourceType" -> "Paclet", "PublisherID" -> "Wolfram"} , ResourceSystemPath -> {URL[$ResourceSystemBase]}]Related Workflows
Related Links
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
BibTeX
@misc{reference.wolfram_2026_resourcesearch, author="Wolfram Research", title="{ResourceSearch}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/ResourceSearch.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_resourcesearch, organization={Wolfram Research}, title={ResourceSearch}, year={2020}, url={https://reference.wolfram.com/language/ref/ResourceSearch.html}, note=[Accessed: 13-June-2026]}