At first, querystring is created_lt=2021-04-13+00%3A00%3A00%2B08%3A00. After I select a option from autocomplete filter, the querystring convert to created_ lt=2021-04-13%2000%3A00%3A00%2B08%3A00&fiter=1. The real param created_lt should be 2021-04-13 00:00:00+08:00. So must call replace first.
At first, querystring is
created_lt=2021-04-13+00%3A00%3A00%2B08%3A00
. After I select a option from autocomplete filter, the querystring convert tocreated_ lt=2021-04-13%2000%3A00%3A00%2B08%3A00&fiter=1
. The real param created_lt should be2021-04-13 00:00:00+08:00
. So must call replace first.