I have polygon features (like streets or fields) and a line feature over them. I want to have all the polygon features touched by the line in a separate layer. If I run clip or intersect it only outputs a line (as expected). But is there any way to actually do this automatically in QGIS?
I have all my layers and data saved in a PostgreSQL database.

