Queries Not Return any Results
If I try this query with the name Whitney, it return results, but if I try with other names, such as Smith, I get a 200, but no results in the Contents. It doesn't make sense because one of the patents returned for Whitney, includes Smith as an inventor.
GETS RESULTS
https://www.patentsview.org/api/patents/query?q={"_and":[{"inventor_last_name":"Whitney"}]}&f=["patent_number","patent_date","inventor_last_name","assignee_organization"]
NO RESULTS
https://www.patentsview.org/api/patents/query?q={"_and":[{"inventor_last_name":"Smith"}]}&f=["patent_number","patent_date","inventor_last_name","assignee_organization"]