Which version of instantsearch is the typesense-in...
# community-help
s
Which version of instantsearch is the typesense-instantsearch adapter supposed to work with? I can js errors when I use these two includes on a plain html page:
Copy code
<script src="<https://cdn.jsdelivr.net/npm/instantsearch.js@4.8.3/dist/instantsearch.production.min.js>" integrity="sha256-LAGhRRdtVoD6RLo2qDQsU2mp+XVSciKRC8XPOBWmofM=" crossorigin="anonymous"></script>
        <script src="<https://cdn.jsdelivr.net/npm/typesense-instantsearch-adapter@2/dist/typesense-instantsearch-adapter.min.js>"></script>
j
Hmm it should work with that combination
Was there a network request made to Typesense, and did that error out as well?
s
The network request is going through several layers before it hits typesense, so I don't think it's a typesense issue.
It does generate search results though
just doesn't update the page
you can see the results in the network tab though
j
Is the API response the same as the one that Typesense returns, or are the layers in front of Typesense changing it somehow?
s
yes, it's passing it back verbatim
j
Could you paste the json response in a gist and share it here?
s
yep... I'll just have to blank out the content, but I'll keep the structure
tyvm