Nathan Pearson

Results 55 comments of Nathan Pearson

@Marton6 the contents of my .env files looks like: ``` TF_VAR_aws_account_id=op://infra/global/aws_account_id TF_VAR_domain_name=op://infra/services_app_global/domain_name TF_VAR_region=op://infra/global/region TF_VAR_repository_name=op://infra/services_app_global/repository_name TF_VAR_service_name=op://infra/services_app_global/service_name ``` @moward98 Thanks for the tip. I'll give it a try.

I'm seeing the same problem. Worth pointing out that the title of this issue is correct in that it's middle terms. No matter how many terms are in the middle,...

@jasonbosco yes sir. Here you go: ``` curl "http://localhost:8108/collections" \ -X POST \ -H "Content-Type: application/json" \ -H "X-TYPESENSE-API-KEY: ${TYPESENSE_API_KEY}" \ -d '{ "name": "test", "fields": [ {"name": "name", "type":...