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

[Google Jobs API] Combining uds date filter and next_page_token removes date filter #2280

Open
alexbarron opened this issue Jan 2, 2025 · 0 comments
Labels
status: queued Ready to work on type: bug Something is broken

Comments

@alexbarron
Copy link

alexbarron commented Jan 2, 2025

A customer is trying to use uds date filters and also paginate through the filtered results. The first page with the date filters works as expected. However adding next_page_token to access the second page drops the date filter entirely.

Working date filter without next_page_token

image

Date filter gone with next_page_token even with the same uds present. Note that uds does not appear in the JSON response's search_parameters.

image

I noticed the uds value changes to a shorter version in the response to the first filtered page. Trying this uds value made no difference.

image

Internal links: Intercom | Inspect for working first page | Inspect for original uds | Inspect for short uds

@alexbarron alexbarron added status: queued Ready to work on type: bug Something is broken labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: queued Ready to work on type: bug Something is broken
Projects
None yet
Development

No branches or pull requests

1 participant