Skip to content

Patents Endpoint - text_all comparison operation is getting a "Query internal" error #52

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
cljack opened this issue Nov 1, 2020 · 0 comments

Comments

@cljack
Copy link

cljack commented Nov 1, 2020

Hi All,

The following patent query worked prior to the API being moved from www.patentsview.org/patents to api.patentsview.org/patents:

https://api.patentsview.org/patents/query?q={"_text_all":{"patent_title":"cotton gin"}}&o={"page":"1","per_page":"10","matched_subentities_only":"false"}&f=["patent_number","patent_title","inventor_last_name","app_number","patent_date","patent_abstract","appcit_app_number","patent_num_claims","patent_type","patent_num_claims"]

Since the move, it has been getting the following error:

// 20201101101833
// https://api.patentsview.org/patents/query?q={%22_text_all%22:{%22patent_title%22:%22cotton%20gin%22}}&o={%22page%22:%221%22,%22per_page%22:%2210%22,%22matched_subentities_only%22:%22false%22}&f=[%22patent_number%22,%22patent_title%22,%22inventor_last_name%22,%22app_number%22,%22patent_date%22,%22patent_abstract%22,%22appcit_app_number%22,%22patent_num_claims%22,%22patent_type%22,%22patent_num_claims%22]

{
"status": "error",
"payload": {
"error": "Query Internal Error",
"code": "QDIS1"
}
}

simplifying the call to:
https://api.patentsview.org/patents/query?q={"_text_all":{"patent_title":"cotton gin"}}
yields the same error.

Please advise.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant