Resolving Typesense Snag in Docker
TLDR Daniel had an issue with Typesense in Docker, losing access to the multi_search
page. Jason suggested stopping the Docker container and checking for any running Typesense instances. The problem was ultimately solved when Daniel realized their Docker data had not been persisted, hence the collection was missing.
Aug 20, 2022 (16 months ago)
Daniel
08:14 PMBackground
• Running typesense in docker. Getting
ok
through /health
. Tests with api key working as expected.• Updated the example from the walkthrough with my
queryBy
and indexName
and my api key. Have Validated that these are correct/accessible.• Started over again to make sure I ran through every option correctly.
The only deviation from the guide I made (as far as I can tell) was that I had to update
<script src="./src/app.js"></script>
to <script type="module" src="./src/app.js"></script>
in index.html
to stop parcel to stop complaining about the import statement in app.js
Any ideas?
Jason
09:08 PMJason
09:08 PMJason
09:21 PMJason
09:21 PMDaniel
09:44 PMmulti_search
page in any way I get a 404Aug 21, 2022 (16 months ago)
Jason
10:28 PMJason
10:28 PMGET /collections
to ensure that the collection exists?Aug 24, 2022 (16 months ago)
Daniel
11:05 AMDaniel
11:05 AMJason
02:08 PMTypesense
Indexed 3015 threads (79% resolved)
Similar Threads
Moving from Algolia to Typesense: Questions and Answers
Juan sought advice from Kishore Nallan about moving from Algolia to Typesense, handling MultiSearch, setting parameters, checking imported documents, and a specific syntax query.
Discussing Search API Limitations and Solutions
Sidharth had problems with search API response limitations and sorting issues. Kishore Nallan suggested multi_search query and provided links for an updated version. After installation, some timeout and performance issues were encountered, partially resolved by adjusting client timeout values.
Trouble with DocSearch Scraper and Pipenv Across Multiple OSs
James ran into errors when trying to build Typesense DocSearch Scraper from scratch, and believes it’s because of a bad Pipfile.lock. Jason attempted to replicate the error, and spent hours trying to isolate the issue but ultimately fixed the problem and copied his bash history for future reference. The conversation touches briefly on the subject of using a virtual machine for testing.
Troubleshooting Typesense API Analytics Query Suggestions
Md was confused about implementing Typesense's Analytics Query Suggestions and experienced issues with collections returning no hits. Assistance from Kishore Nallan eventually led to the identification that analytics had to be enabled. They also discussed tracking duplicate and empty queries, resulting in Md creating a Github issue.
Typesense Capabilities and Troubleshooting Queries
A had issues with refinement lists and analytics in Typesense. Jason provided a possible solution and recommended the analytics widget. They clarified import size limits and helped identify a filter issue in A's query. Upgrade options are in Typesense's roadmap.