Alex has updated the API to validate field names in rqs (and will be doing fields and fields_exclude soon). This makes 400 returns more likely and the output when they occur doesn't show his error message:
http://beta-search.idigbio.org/v2/search/?rq={%22asdf%22:%22asdf%22}
{
error: "Some of the query terms supplied were not found in the index",
context: {
asdf: false
},
name: "TermNotFoundException"
}
Alex has updated the API to validate field names in rqs (and will be doing fields and fields_exclude soon). This makes 400 returns more likely and the output when they occur doesn't show his error message:
vs