Jquery autocomplete using a remote data source

Jquery autocomplete using a remote data source

Hi All,

I'm trying to implement Jquery autocomplete using the remote data source ( https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/advanced-options/metadata/icons.json).

I'd like to search in the terms array as shown below and return all the objects containing the search term in the arrays. I tried this code but it's not working.

Do we need to implement the data soruce on the server side or will it work with this URL data source ( https://raw.githubusercontent.com/FortAwesome/Font-Awesome/master/advanced-options/metadata/icons.json).

Any help to make this code ( https://jsfiddle.net/arunkumar413/sbtp2znf/11/) workable will be highly appreciated
"search": {
      "terms": [
        "accessibility",
        "handicap",
        "person",
        "wheelchair",
        "wheelchair-alt"
      ]
    },