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.
