Skip to content

Commit f5aae01

Browse files
authored
Update searchAQUANAVI.php mock params
1 parent cd5029a commit f5aae01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/services/searchAQUANAVI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$post_params["lang_id"] = ["all-lang"];
1717
$post_params["vis_type"] = "geomap";
1818
$post_params["from"] = "1665-01-01";
19-
$post_params["to"] = "2025-11-05";
19+
$post_params["to"] = "2026-01-21";
2020
$post_params["document_types"] = ["F"];
2121
$post_params["sorting"] = "most-relevant";
2222
$post_params["time_range"] = "user-defined";
@@ -31,4 +31,4 @@
3131

3232
$result = search("aquanavi", $query, $post_params, $params_array, false, true, null, $precomputed_id, false);
3333
echo $result
34-
?>
34+
?>

0 commit comments

Comments
 (0)