I'm trying to have azure search return documents that contain a search query like Veri
for example. Right now it only returns documents that only have Veri
in them, I want it to return documents that have Veriz
, Verizo
, and Verizon
etc.
My URL looks like so
const url = config.DEFAULT_AZURE_SEARCH_URL + '/indexes/temp/docs?api-version=2015-02-28-Preview&searchMode=all&queryType=simple&search=' + terms + '&$skip=' + skip + '&$top=' + limit
and terms = Veri*