Automatically add _ftindex:<yes/no> tag at creator start based on indexing configuration#305
Conversation
502bbd9 to
201e0b2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #305 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 41 41
Lines 2545 2555 +10
Branches 363 365 +2
=========================================
+ Hits 2545 2555 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Well it could be argued that the API hasn't changed and it's just fixing the behavior… but it lasted so long that it is now seen as a change. I have no opinion |
|
Let's merge as-is, we can always refine in the aftermath if needed. This is indeed not an API change, and not a "usual" behavior (at least not recommended anymore since 5.0). So I propose to keep this in this release, I will just amend the CHANGELOG to emphasis this is a behavior change rather than a breaking one. |
…exing configuration
Fix #295
Remark: IMHO this needs to be merged in a major release because it changes the behavior of
Creator.add_metadatamethod (it is not possible to set "Tags" metadata once scraper has started). Am I too finicky?