[Google Jobs API] Combining uds
date filter and next_page_token
removes date filter
#2280
Labels
uds
date filter and next_page_token
removes date filter
#2280
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 addingnext_page_token
to access the second page drops the date filter entirely.Working date filter without
next_page_token
Date filter gone with
next_page_token
even with the sameuds
present. Note thatuds
does not appear in the JSON response'ssearch_parameters
.I noticed the
uds
value changes to a shorter version in the response to the first filtered page. Trying thisuds
value made no difference.Internal links: Intercom | Inspect for working first page | Inspect for original
uds
| Inspect for shortuds
The text was updated successfully, but these errors were encountered: