You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When searching in a Value Relation widget (both in a feature form and in a Single/Multi select filter), the search matches against all columns of the referenced table instead of only the configured display column. This causes unexpected results — for example, searching for "Bratislava" returns "Slovakia" because "Bratislava" appears in another column (capital city) of the world_capitals lookup table, even though the display column is country.
Affects:
Feature form — Country field (Value Relation widget) when adding/editing a feature
Filter page — Multi select-POI-Country (and any Single/Multi select filter backed by a Value Relation)
Description
When searching in a Value Relation widget (both in a feature form and in a Single/Multi select filter), the search matches against all columns of the referenced table instead of only the configured display column. This causes unexpected results — for example, searching for "Bratislava" returns "Slovakia" because "Bratislava" appears in another column (capital city) of the
world_capitalslookup table, even though the display column iscountry.Affects:
Environment
Application (+ app version, build, operating system)
Mergin Maps iOS 2026.2.0 / iOS 26.4
Steps to reproduce
Feature form:
world_capitals, display column =country)Filter:
Actual results
world_capitalstableExpected results
country)Screenshots or logs
ScreenRecording_05-19-2026.13-11-26_1.mov
Conclusion
Created by Claude and supervised by a human test analyst.