Use `#b2` to to search for all symbols starting with "b2" with code ``` int b22; int b23; ``` in a "sub" folder with search.exclude containing "**/sub". Bug: "b23" is incorrectly returned as a result, even though `#b23` correctly returns no result.