I found out the issue. I forgot to add a leading comma.
I also had the issue of a lone
p: getting added to the tags, but I fixed it by putting the add prefix expression first, then put a
^(p: ) on all the expressions I had for removing some relationship tags.
Code:
[archiveofourown.org]
keep_in_order_characters:true
keep_in_order_ships:true
keep_in_order_freeformtags:true
keep_in_order_ao3categories:true
keep_in_order_genre:true
add_to_extra_valid_entries:,prefix_ships,prefix_category,prefix_rating,prefix_status
include_in_prefix_ships:ships
include_in_prefix_category:category
include_in_prefix_rating:rating
include_in_prefix_status:status
replace_metadata:
prefix_ships=>^(.*)=>p: \1
prefix_ships=>^(p: ).* - Relationship=>
prefix_ships=>^(p: ).* - Fandom=>
prefix_ships=>^(p: )Minor or Background Relationship(\(s\))?=>
prefix_ships=>^(p: ).* (\()?(implied|mentioned)(\))?=>
prefix_ships=>^(p: )(.*)&(.*)=>
prefix_ships=>^(p: )Eventual (.*)/(.*)=>
prefix_category=>^(.*)=>c: \1
prefix_rating=>^(.*)=>r: \1
prefix_status=>^(.*)=>s: \1
#ships, category, rating, status
include_subject_tags:prefix_ships,prefix_category,prefix_rating,prefix_status
Thanks for all the help!