Hi @fivefilters. While working on bonpote.com.txt, I realized that FTR 3.9.13 finds the author out of the box and the dc_creator field in json output was set properly.
But as some articles didn’t catch completely, I needed to set a body selector. But from now the author was not found automatically any longer, so I needed to set an author selector as well.
And as the author is within a standard <meta name="author" content="Jon Doe">
, I think FTR was changing it’s scope for auto search, when a given body selector matches. Or it isn’t even trying to auto search then.
Hmm, that’s odd @HolgerAusB.
Are you saying that when you don’t use a body selector in the site config, Full-Text RSS detects the author correctly, but if you do use a body selector, it no longer detects the author?
Do you have a particular article URL you can provide where I can test this on?
@fivefilters, yes correct, but incomplete:
- if no body selector is set, author is found without an author selector
- if body seletcor is set but has NO matches, the author is found with no author selector
- if body selector is set and find a match, the author is not found without the selector
1 Like