Hello!
I'm currently in the process of trying to use the 'replace metadata' function to it's full potential, but I have a small question:
Does the order in which FFF replaces the metadata matter for the conditional expressions? And if it does, what is the order?
If I use the expression, let's say:
Code:
category=>Star Wars|The Mandalorian=>Star Wars
character==Luke=>Luke Skywalker&&category=>Star Wars
And I have a fanfiction in which 'Luke' is a character with only 'The Mandalorian' as a category:
- Will it catch it because FFF processes the expressions in the order I've written them?
- Will it catch it because FFF processes the category metadata before processing the character ones?
- Will it never catch it because FFF processes the character's metadata before the category ones?
- Will it never catch it because FFF will only use the 'raw' category metadata for the comparisons?