diff --git a/js/SearchProviders.js b/js/SearchProviders.js index c9f49c54a..c14475ba6 100644 --- a/js/SearchProviders.js +++ b/js/SearchProviders.js @@ -211,6 +211,7 @@ class QgisSearch { FILTER: [], WITH_MAPTIP: false, WITH_GEOMETRY: true, + feature_count: 100, info_format: 'text/xml' }; Object.keys(filter).forEach(layer => { diff --git a/package.json b/package.json index 92a720b75..e9a5842ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "QWC2App", - "version": "2023.11.01-master", + "version": "2023.11.02-master", "description": "QGIS Web Client 2 application", "author": "Sourcepole", "license": "BSD-2-Clause",