Hi,
I am attempting to build an API query for patents based on assignee organization and date range, however I am running into odd results. If I set date filters they do not appear to be working and I am still getting patents outside the specified range:
https://www.patentsview.org/api/assignees/query?q={%22_and%22:[{%22_begins%22:{%22assignee_organization%22:%22Bank%20of%20America%22}},%20{%22_gte%22:{%22patent_date%22:%222018-01-01%22}},{%22_lte%22:{%22patent_date%22:%222019-12-31%22}}]}&f=[%22patent_number%22,%22patent_date%22,%22assignee_organization%22,%22assignee_id%22]
I tried taking one of the tutorial queries provided by the site and after adding the field list it also starts pulling in outside the date range:
https://www.patentsview.org/api/assignees/query?q={%22_and%22:[{%22patent_type%22:%22utility%22},{%22_text_any%22:{%22patent_title%22:%22Software%22}},%20{%22_gte%22:{%22patent_date%22:%221999-01-01%22}},{%22_lte%22:{%22patent_date%22:%222001-12-31%22}}]}&f=[%22patent_number%22,%22patent_date%22,%22assignee_organization%22,%22assignee_id%22]
Thanks for any assistance!
Cheers,
-JB