Hi,
The QGIS search displays features with empty labels when QGIS layer uses an expression as Display Name:
Here's the expression I'm using in QGIS layer:
The search query to the feature info service sets with_maptip to false, which leads to feature info service / QGIS Server not outputting the maptip attribute in the response.
Fix suggestion
QgisSearch requests GetFeatureInfo with WITH_MAPTIP to false :
. It should be
true.
Hi,
The QGIS search displays features with empty labels when QGIS layer uses an expression as Display Name:
Here's the expression I'm using in QGIS layer:
The search query to the feature info service sets
with_maptiptofalse, which leads to feature info service / QGIS Server not outputting the maptip attribute in the response.Fix suggestion
QgisSearch requests
GetFeatureInfowithWITH_MAPTIPtofalse:qwc2/utils/SearchProviders.js
Line 236 in 0d4209f
true.