Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NFC text tag code scanner section #380

Merged
merged 5 commits into from
Oct 26, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions documentation/how-to/search.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ The value entered in the search bar will be used to find features with
matching attribute values. A minimum of three characters is required to
start the search.

!![image](../assets/images/search-bar.png)
!![](../assets/images/search-bar.png)

Additionally, you have the option to employ the code scan functionality for this purpose.
SeqLaz marked this conversation as resolved.
Show resolved Hide resolved

When click on the "Scan code" will trigger QField's code reader, initiating the scanning process to decode the code.

!![image](../assets/images/search-bar-code-reader-1-scanning.png)
!![](../assets/images/search-bar-code-reader-1-scanning.png)

Once you are content with the scanned information, you can simply click on the checkmark (✔️) OK button to initiate a search for that specific string(In this example, the code corresponds to a user identifier that is associated with various features in a project dataset).

!![image](../assets/images/search-bar-code-reader-2-results.png)
!![](../assets/images/search-bar-code-reader-2-results.png)

For distinct outcomes, is recommend encoding your feature UUIDs. This will allow us to promptly locate the relevant items.

Expand All @@ -41,6 +41,14 @@ actions :
feature will be highlighted in yellow).
2. Tap on the *attributes button* to open its attributes.


In addition, the Code Reader offers the capability to read NFC text tags.
suricactus marked this conversation as resolved.
Show resolved Hide resolved
SeqLaz marked this conversation as resolved.
Show resolved Hide resolved

!![](../assets/images/code-reader-nfc-text-tag.png)

!!! note
While both the QR code camera and the NFC text tag detector are enabled by default when you open the Code Reader. You have the flexibility to disable either of these features to ensure that your device's battery is not used unnecessarily to activate hardware that you may not need at the moment.

### Go to coordinate

It is possible to go to a given coordinates through the search bar by entering
Expand Down