Raj M
05/31/2023, 3:54 PMdata-dir = /opt/homebrew/var/lib/typesense
but I dont see data over there.
2. How can I point my scrapped data to above UI portal so that I can query my scrapped data?
3. I scrapped with index name as support. curl <https://localhost:8108/collections/support/documents/search?q=gift>
is failing with no matches found
Jason Bosco
05/31/2023, 6:53 PMGET /collections
you’ll see the collection name, and then you can use the search endpoint to query this collectionJason Bosco
05/31/2023, 7:07 PMRaj M
06/01/2023, 12:07 AMcurl -X GET '<http://localhost:8108/collections>' -H 'Content-Type: application/json' -H 'X-TYPESENSE-API-KEY: xyz'