Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Disclaimer: I can barely code in go and had no prior feed expertise.
This PR adds support for the author information, all 4 feed types are supported with (limited) testing.
More details:
dc:creator
and (non-conformant)author
as the latter is still somewhat used in practice,dc:creator
has priorityThe
search
fts4 table has been modified accordingly, but clearly this is not done properly following the "migration" approach, so changes there are needed.I am also unsure about the formatting / spacing in the structs I modified, please feel free to re-arrange.
I am aware of #57, I noticed the presence of the
author
column in theitems
table and went ahead with this modifications on my side as I needed them for my use case.Please feel free to reject if this development is not desired.