USPTO / PatentPublicData

Utility tools to help download and parse patent data made available to the public
Other
180 stars 81 forks source link

Rows attribute is not working - PEDS Search #90

Closed deadlocks closed 5 years ago

deadlocks commented 5 years ago

The rows attribute is not working on PEDS using searcher endpoint

Steps to replicate

  1. Go to https://ped.uspto.gov/api/swagger-ui.html#!/queries/searchDataUsingPOST
  2. Paste the following payload [Working]
{
    "searchText": "applId:(13835121 OR 13836605)",
    "fl": "applId",
    "qf": "applId",
    "facet": "false",
    "start": 0
}
  1. If we add rows, it will start giving 404 error [Not Working]
    {
    "searchText": "applId:(13835121 OR 13836605)",
    "fl": "applId",
    "qf": "applId",
    "facet": "false",
    "start": 0,
    "rows": 20
    }
bgfeldm commented 5 years ago

This project isn't related to PEDS Search.