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

Searchers can click to see more jobs w/o getting a 404 #130

Closed
MothOnMars opened this issue Aug 10, 2018 · 1 comment
Closed

Searchers can click to see more jobs w/o getting a 404 #130

MothOnMars opened this issue Aug 10, 2018 · 1 comment
Assignees

Comments

@MothOnMars
Copy link
Contributor

MothOnMars commented Aug 10, 2018

USAJobs updated their search engine and the query syntax changed. In the link below, we send users here (see screendshot):

https://www.usajobs.gov/JobSearch/Search/GetResults?organizationid=GS&PostingChannelID=USASearch&ApplicantEligibility=all

image

The new syntax for the above should be:

https://www.usajobs.gov/Search/?a=gs&hp=public

For agencies with multiple organization codes, the syntax has changed from:
organizationid=GS;HI
To:
a=GS&a=HI

So we need to update the endpoint we're sending people to, and change the parameters that get built in this URL within our jobs module on the serps.
organizationid -> a
ApplicantEligibility -> hp

Acceptance criteria:
[ ] clicking on the link to see more job postings on USAJobs should take me to a list of the relevant agency's job postings that are open to the public on USAJobs.

References:
https://search.gov/manual/govbox-jobs.html

@MothOnMars MothOnMars self-assigned this Aug 10, 2018
@MothOnMars
Copy link
Contributor Author

Resolved by 4469770

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