microsoft / AzureSearch_JFK_Files

This repo contains the sample code of the Azure Search and Cognitive Services used to provide insights and analysis around the JFK Files.
MIT License
388 stars 225 forks source link

Fix compile issue #92 #93

Closed chuwik closed 4 years ago

chuwik commented 4 years ago

Fixes #92. handleReceivedSearchValue takes a 'string' but receivedSearchValue.term could be of other types. This started happening likely after a npm dependency revved up and broke it without noticing.