Class QuickSearch
Executes a quick search and returns a Json object with the key value pair (assetId -> fileName)
Defined in: QuickSearch.js.
Constructor Attributes | Constructor Name and Description |
---|---|
QuickSearch(src)
Executes a quick search and returns a Json object with the key value pair (assetId -> fileName)
Executes a QuickSearch using the string in 'src'.
|
Class Detail
QuickSearch(src)
Executes a quick search and returns a Json object with the key value pair (assetId -> fileName)
Executes a QuickSearch using the string in 'src'. These results are parsed into a text object keyed by AssetPath from the JSON file in which they are contained, and by default are displayed to the user.
'MBurl'/wf/quickSearch?src="TheSearch"
http://127.0.0.1:55555/wf/quickSearch?src=".jpg"
- Parameters:
- src
- a search term.
- Returns:
- ( {'AssetID': "FileName",...} )