Searching for "Apple" for example doesn't return t...
# community-help
a
Searching for "Apple" for example doesn't return the exact match "apple" as the top result for me.
j
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
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
@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
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.