You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FF metadata web app supports full-text real-time search using jQuery DataTables. It first downloads the 18mb file containing the entirety of the metadata and then filters it in the browser, rather than exposing any full-text search API.
Ideas to support full-text search in metadata.search:
download and cache the entire metadata json (http://metadata.fragilefamilies.princeton.edu/api/variable?details=1&q={%22filters%22:[]}) and filter it locally
construct a query over all of the text fields locally and issue that query against the metadata server
Note also that this json file is available which shows the full set of available filters:
The FF metadata web app supports full-text real-time search using jQuery DataTables. It first downloads the 18mb file containing the entirety of the metadata and then filters it in the browser, rather than exposing any full-text search API.
Ideas to support full-text search in
metadata.search
:http://metadata.fragilefamilies.princeton.edu/api/variable?details=1&q={%22filters%22:[]}
) and filter it locallyNote also that this json file is available which shows the full set of available filters:
The text was updated successfully, but these errors were encountered: