I'm trying load a player where the profile name is something or where a variable called "audio_credits" contains a phrase. search1="profile_name LIKE %`$_post.play`% || audio_credits LIKE %`$_post.play`%" ignores the audio_credits query. It's also ignored if I do this: search1="profile_name LIKE %`$_post.play`%" search2="audio_credits LIKE %`$_post.play`%".
If I do either of them alone, each works. What am I missing?
updated by @blindmime: 11/23/21 05:45:30AM