summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorBnyro <bnyro@tutanota.com>2026-08-14 23:01:19 +0200
committerBnyro <bnyro@tutanota.com>2026-09-01 13:56:11 +0200
commit2b1c88c54c6900a3684a6733b9749e91ecf7de4b (patch)
tree7d03318938e9f0b96bd15aeaa339c452ee1be02d /utils
parentd226b78bc4c9ab93a84849b8ad128a68c41be17c (diff)
[refactor] wikidata: cache wikidata properties in searxng data
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib_sxng_data.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/lib_sxng_data.sh b/utils/lib_sxng_data.sh
index 2cfe76876..4964bf1e2 100755
--- a/utils/lib_sxng_data.sh
+++ b/utils/lib_sxng_data.sh
@@ -26,7 +26,8 @@ data.all() {
build_msg DATA "update searx/data/ahmia_blacklist.txt"
python searxng_extra/update/update_ahmia_blacklist.py
build_msg DATA "update searx/data/wikidata_units.json"
- python searxng_extra/update/update_wikidata_units.py
+ build_msg DATA "update searx/data/wikidata_properties.json"
+ python searxng_extra/update/update_wikidata.py
build_msg DATA "update searx/data/currencies.json"
python searxng_extra/update/update_currencies.py
build_msg DATA "update searx/data/external_bangs.json"