Skip to content
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

Revise date searching syntax #45

Open
slifty opened this issue Jun 21, 2019 · 2 comments
Open

Revise date searching syntax #45

slifty opened this issue Jun 21, 2019 · 2 comments

Comments

@slifty
Copy link

slifty commented Jun 21, 2019

Our documentation allows searches in terms of Application Date (@AD) and Related Application Date (@RLAD) and filing dates as well (@FD @RLFD).

The core use case is going to be to search before a certain date (we are going to be checking for content before a given filing date, since prior art after a filing date doesn't matter)

The dates also don't appear to work as expected in general. There is also a question about whether we care about "application dates" as opposed to things like publication date. The general sense is that we only should worry about publication date (and only allow searching in terms of that)

image

@reefdog
Copy link

reefdog commented Jun 21, 2019

A few notes gleaned from conversation and such (some mentioned above already):

  • The key date is publication date. This is the date the document was first available publicly and is what the USPTO cares about. Here's how we're parsing publication date currently.
  • We've raised the need to let users edit the publication date manually.
  • According to Phillip/USPTO:
    • When publication date is unavailable, upload date can be the fallback; technically uploading is a form of publication.
    • Other dates (application, filing) aren't relevant for searching prior art.
    • Searching before a date is essentially the only requirement. Searching after a date or between dates would be fine to include but he repeated that it's basically not part of their workflow.
    • They would like to see the publication date on the search results screen. (We should either show both publication and upload, or just publication but communicate to the user if we're proxying the upload date.)

@wendylow1
Copy link

Per Philip, we should allow search using ‘@<YYYYMMDD’ (i.e. @<19960101) to find documents before the specified Publication Date. If Publication Date is not available, the tool will use Uploaded Date.

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

3 participants