Skip to content

Commit

Permalink
Active Layer Search Feature Matching
Browse files Browse the repository at this point in the history
  • Loading branch information
SeqLaz committed Aug 14, 2024
1 parent e05f3c8 commit 865d98c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file not shown.
11 changes: 11 additions & 0 deletions documentation/how-to/search.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ start the search.

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

### Active Layer Search Feature Matching

The active layer search functionality enhances search efficiency by focusing exclusively on the currently active layer and specific fields within it.

- **Activation**: To enable this search functionality, use the `f` prefix.
- **Search Scope**: Unlike the comprehensive search across all layers, this feature allows for searches using single characters due to its prefix-based approach. It matches not only feature display names but also all text and numerical fields.
- **Results Highlighting**: When an attribute match is found, both the attribute name and its value are highlighted. Additionally, the feature's display name is displayed as a secondary line in the search results (as demonstrated in the screencast above).
- **Field-Specific Search**: To narrow down your search to a specific field, use the syntax: `f @ATTRIBUTE_NAME search-term`. This allows for targeted searches within the chosen attribute.

![type:video](../assets/videos/search-bar-active-layer-feature-matching-functionality.webm)

### Search with code scanner

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

0 comments on commit 865d98c

Please sign in to comment.