summaryrefslogtreecommitdiff
path: root/docs/getting-started.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2022-05-28 13:58:26 -0400
committerJordan Wiens <jordan@psifertex.com>2022-05-28 13:58:26 -0400
commitae46528ce4d2ee0dff2da974563d56b16fd0ba79 (patch)
tree779252d2ce1fbe299d7df62d2c2f82c574997936 /docs/getting-started.md
parent14905bd51979f4f55dfe3e0b299d9a33d9343ef6 (diff)
better documentation for symbol list fuzzy match
Diffstat (limited to 'docs/getting-started.md')
-rw-r--r--docs/getting-started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index f93f3c30..938ba51a 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -392,7 +392,7 @@ The symbols list in Binary Ninja shows the list of symbols for functions and/or
The symbols list highlights symbols according to whether they are functions or data variables, local or exported, or imported. All of these kinds of symbols can be toggled from the ☰ menu at the top right of the Symbols pane.
!!! Tip "Tip"
- To search in the symbols list, just click to make sure it's focused and start typing!
+ Searching in the symbol list doesn't require focusing the search box. That the filter list here (and in the string panel) is a "fuzzy" search. Each space-separated keyword is used as a substring match and order matters. So: "M C N" for example would match "MyClassName".
### Edit Function Properties Dialog