Hi, I am new to using Atlas and I am testing out the API to create my data models. I've created a classification with a string attribute "dataType" where "isIndexable" is set to true. However, I cannot figure out how to query for a specific value via the API without getting a 500.
Here is my configuration: https://gist.github.com/connie-stripe/597e087433869036e63e5d8363d61bd3 This is the field I am indexing on: https://gist.github.com/co nnie-stripe/597e087433869036e63e5d8363d61bd3#file-gistfile1-txt-L22 Here is the curl command I am running to try and retrieve a value where that attribute field is a specific value: https://gist.github.com /connie-stripe/597e087433869036e63e5d8363d61bd3#gistcomment-2277045 Then I am getting these logs back: https://gist.github.com/ connie-stripe/597e087433869036e63e5d8363d61bd3#gistcomment-2277047 Am I doing something wrong? Is there an easier way to debug these sorts of errors? The stack trace hasn't been very helpful. Thanks! Connie
