QField
QField copied to clipboard
[Enhancement] Display features depending on a researched value
Hello,
I would like to propose to add, in the layer's options, a search by expression tool, which will help to display specific features on the map. With a field "FIELD", where we can specify a field in the layer And a field "RESULT", where are listed one occurrence of each value in the selected field.
Here, an example of how it could look like:

By selecting a value, we make visible only the feature that are = to the selected value. It would make it a lot easier to display specific information in the map.
Currently, with the option given by QGIS/Qfield, there are two ways to do this:
- Using Map themes (awful to manage)
- create a symbology following the value saved in a specific layer, which is populated by the list of features saved in another layer (work well, but can slow the project).
Thanks.