Will the new section feature query the headers themselves? #625
-
I realize querying sections isn't out yet but I'd like to know if it will require key/values UNDER a header, or if it will consider key/values INSIDE A HEADER as a section? For example, rather than do what I'm doing now (basically duplicating the values in the header):
I was thinking of killing two birds and just putting the key-value in the header itself, but only if I only if I will be able to take advantage of the section part when it comes out to display a table with all my locations and formats:
edit: of course, if the headers themselves could be queried, then I probably wouldn't need the location and format keys at all -- I could just use my existing headers and query those! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The section metadata will include both the raw header itself, as well as all inline values defined in that section (including metadata defined in the header), so your use case should work fine either way. |
Beta Was this translation helpful? Give feedback.
The section metadata will include both the raw header itself, as well as all inline values defined in that section (including metadata defined in the header), so your use case should work fine either way.