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
is it possible to set the response field via this setup. the requests is what is generated and sent from the algoliasearch-helper library
constalgoliasearch=require('algoliasearch');constclient=algoliasearch(ALGOLIA_APP,ALGOLIA_KEY);constresponseFields=['hits','facets','nbHits','page','nbPages'];//inside async function results=awaitclient.search(requests,{responseFields});//didn't work