Hakupalkki¶
QField is equipped with a search bar that allows you to:
- search for features within a project's vector layers
- navigate to specified coordinates
- locate spatial bookmarks
- and calculate expressions
Layer search¶
Maastotyö
You can search for an object scanning the attributes across all your layers or of an active layer. Alternatively, you can filter down to attribute level.
Workflow
- Tap on the Search button in the top-right corner of the screen to expand the search bar.
Vector layers search¶
The value entered in the search bar is used to find features with matching attribute values. A minimum of three characters is required to initiate the search.
Active Layer Search Feature Matching¶
The active layer search functionality focuses search queries exclusively on the currently active layer and specific fields within it.
- To search through all texts and numbers on all the fields fields in the active layer, type
ffollowed by your search term (e.g.,f oak). - To target a specific field in the active layer, type
f @ATTRIBUTE_NAME search-term(e.g.,f @tree_type oak).
Matching attribute names and values are highlighted in the search results list.
QR-koodilla hakeminen¶
You can use QField's Code Reader to search for features by scanning physical codes or selecting image files.
Workflow
- Tap Scan code inside the search bar to trigger the Code Reader overlay.
-
Decode the code using one of two methods:
-
Once the code is decoded, tap the checkmark (✔️) button to execute the search query for the decoded string.
Matching features appear in the results list:
Etsi NFC:n avulla¶
The Code Reader natively detects and decodes NFC text tags.
Note
Both the camera reader and NFC detector are active by default when opening the Code Reader. You can toggle either sensor off in the scanner interface to conserve battery life.
Siirry koordinaatteihin¶
Workflow
- Enter the coordinates directly into the search bar using
Latitude, Longitudeformat (WGS84) or coordinates matching the project's Coordinate Reference System (CRS). - Tap on the coordinate in the results list. QField will automatically center the map canvas on that location.
Siirry spatiaaliseen kirjainmerkkiin¶
Workflow
- Type 'b' to filter for the bookmark section.
- Enter the name for your required bookmark in the search bar.
- Tap on the desired matching bookmark result. QField will automatically re-center and zoom to the map canvas and to the saved extent.
Lausekelaskin¶
The search bar doubles as an expression calculator.
Workflow
- Start your query with an
=sign to evaluate expressions (e.g.,= 20 + 5or= $areafor QGIS expressions). The calculated result will appear in the list and can be tapped to copy the value to the clipboard.
Pro-tip: use the aggregate() expression function to calculate statistics against vector layers. For example, calculating the total area covered by a polygon layers
can be done by typing *= aggregate('my_layer','sum', $area)*.
Konfiguroi haku QGISissä¶
Työaseman valmistelu
By default, all vector layers are searchable. To exclude specific layers from search queries:
Workflow
- Open your project in QGIS.
- Navigate to Project > Properties... > Data Sources.
- Locate the layer capabilities table and uncheck the Searchable checkbox for any layers you wish to exclude. Source configuration



