Searching for "Apple" for example doesn't return the exact match "apple" as the top result for me.
j
Jason Bosco
01/15/2022, 9:59 PM
Could you share the full search request with all the search parameters, the json record that shows up as the first result and the json record of the expected result?
a
Ahmed Horanieh
01/15/2022, 10:38 PM
Hey Jason, the search parameters and the search request are in the json file named "first_result.json".
I apologise for not cleaning the files up, let me know if you need anything else.
j
Jason Bosco
01/16/2022, 8:14 PM
@Ahmed Horanieh The response JSON structure looks like responses from Algolia, not from Typesense?
Unless you got this from instantsearch adapter internals, after the adapter translated it to a format the widgets understand?
Could you copy as curl the request and also the response to Typesense from the browser for this particular search request?
a
Ahmed Horanieh
01/16/2022, 8:32 PM
I'm using the InfiniteHits widget from react-instantsearch-native. So, yes, that's why the response looks that way. I'll try to retrieve the internal widget request and get back to you. Thanks.