Question
Asset search works for PascalCase within the file that contains the component but doesnt work when search for the asset from another file
Asset search recognizes PascalCase within the file where the component is defined but fails to do so when searching from a different file.
For example, if I search for “can” within the file containing the TrashCan component, it appears in the results. However, searching for “can” from another file does not return TrashCan—only searching for “trash” works. This seems like a bug.

