Додан пошук територій за назвою вулиці

This commit is contained in:
2026-05-30 19:47:21 +03:00
parent 3a5447d521
commit 49b559f03e
12 changed files with 273 additions and 163 deletions

View File

@@ -243,7 +243,7 @@ const Sheeps = {
for (const element of list) {
if (search_value && !element.name.toLowerCase().includes(search_value)) {
continue; // пропустить, если имя не содержит строку поиска
continue; // пропустити, якщо ім'я не містить рядок пошуку
}
html += `