We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I'm getting an error trying the example code on https://patent-client.readthedocs.io/en/latest/getting_started.html page :
from patent_client import USApplication microsoft_pats = (USApplication.objects .filter(first_named_applicant='Microsoft') .filter(app_status='Patented Case') .order_by('patent_issue_date') .limit(10) ) app = microsoft_pats[0] print(app)
The error :
ValueError: Invalid date range filter: appStatus; When filtering using a list or tuple, must have length 2 (start, end)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I'm getting an error trying the example code on https://patent-client.readthedocs.io/en/latest/getting_started.html page :
The error :
The text was updated successfully, but these errors were encountered: