fn matches_search(a: &Asset, q: &str) -> boolExpand description
Case-insensitive match of the search text against name, tags, description and folder. A search is about the FILE, so it matches the name and what the user wrote about it — never the containing folder. Matching the folder meant searching “pop” returned every file that happened to sit in a folder called pop, which is the opposite of narrowing.