The original version of this document is located at https://docs.qfield.org/how-to/qfield-interface/search
The QField search bar allows you to:
📱 Fieldwork
Search for features across all project layers or restrict searches to the active layer.
Filter queries down to specific attribute fields.
Workflow
QField uses entered text values to find features with matching attribute values.
A minimum of three characters is required to initiate a search query.

Active layer searches focus queries exclusively on the currently active layer and its attributes.
f followed by your search term (such as f oak).f @ATTRIBUTE_NAME search-term (such as f @tree_type oak).Matching attribute names and values are highlighted in the search results list.
Use the QField Code Reader to search for features by scanning physical codes or selecting stored images.
Workflow


Matching features display in the results list:

The Code Reader automatically detects and decodes NFC text tags.
Note
The camera reader and NFC detector are active by default when opening the Code Reader.
Toggle either sensor off inside the scanner interface to conserve battery power.
Navigate directly to coordinates using the search bar.
Workflow
Latitude, Longitude format (WGS84) or coordinates matching the project CRS.Locate and navigate to spatial bookmarks.
Workflow
b into the search bar to filter for spatial bookmarks.The search bar functions as a QGIS expression calculator.
Workflow
= to evaluate expressions (such as = 20 + 5 or = $area).Tip
Use the aggregate() expression function to calculate statistics across vector layers.
For example, calculate the total area of a polygon layer by typing = aggregate('my_layer', 'sum', $area).
🖥️ Desktop preparation
All vector layers are searchable by default.
Exclude specific layers from search queries in QGIS project properties.
Workflow
Read more in the Data Source Configuration guide.