[
https://issues.apache.org/jira/browse/AIRFLOW-6259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16999327#comment-16999327
]
ASF subversion and git services commented on AIRFLOW-6259:
----------------------------------------------------------
Commit 5d49b99605680faac45c7c8c9b1704c1d5460c14 in airflow's branch
refs/heads/v1-10-test from Robin Edwards
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=5d49b99 ]
[AIRFLOW-6259] Reset page with each new search (#6828)
Search incorrectly persists the page number which can confusingly
yield no results when making searches from 2nd page onwards
(cherry picked from commit cbc1833afa9dbaa5cd29102a413ff946ae970fea)
> Searching incorrectly persists the page number
> ----------------------------------------------
>
> Key: AIRFLOW-6259
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6259
> Project: Apache Airflow
> Issue Type: Bug
> Components: ui
> Affects Versions: 2.0.0, 1.10.6
> Reporter: Robin Edwards
> Assignee: Robin Edwards
> Priority: Minor
> Fix For: 1.10.7
>
>
> When searching from outside of the first page of results the UI persists the
> `page=` GET param when making a new search. This can be very confusing and
> make user believe theres no results for the search.
> Steps to recreate:
> # start the webserver in demo / test mode.
> # manually set the page with a get parameter ?page=2 (no results will be
> displayed as expected)
> # search for "example" which will yield no results. You will notice in the
> get parameters ?page=2 has been persisted. Remove this and you will see the
> expected results
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)