Class Index | File Index

Classes


Class QuickSearch

Executes a quick search and returns a Json object with the key value pair (assetId -> fileName)
Defined in: QuickSearch.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
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",...} )

Documentation generated by JsDoc Toolkit 2.4.0 on Fri Sep 30 2016 13:29:19 GMT-0500 (CDT)