Skip to content

Commit

Permalink
Added steps for search bar using scan code
Browse files Browse the repository at this point in the history
  • Loading branch information
SeqLaz committed Aug 23, 2023
1 parent f1d875a commit 7344217
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion documentation/how-to/search.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,22 @@ open expand the search bar.

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. Additionally, you have the option to employ the code scan functionality for this purpose.
start the search.

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

Additionally, you have the option to employ the code scan functionality for this purpose.

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)

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)

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

Matching features will show in the results list offering you two possible
actions :

Expand Down

0 comments on commit 7344217

Please sign in to comment.