Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command: make vf-metadata/af-metadata not query metadata twice
For simplicity, these properties usually query the metadata from the filter twice, even if it's not technically needed at all. The reason for this is mostly the horrible (and legacy) sub-path access (which is why tag_property() is so complex). But for simple cases, we can easily avoid double querying, so do that. The benefit is performance (well, won't matter), and supporting filters that reset information on query (for later).
- Loading branch information