Hello, everyone! First time poster here. I looked around on the forums here to see if anyone's reported a similar issue, but I couldn't find anything related. Whenever I try to search for an item in the compendium that's a magical variant of a normal item (like a longsword +1), I get a result like the one below. <a href="https://roll20.net/compendium/dnd5e/searchbook/?terms=Longsword%20+1" rel="nofollow">https://roll20.net/compendium/dnd5e/searchbook/?terms=Longsword%20+1</a> results in: Results for Longsword 1
There were no matching pages found for those terms. Please try again.
Replacing the "+" with "%2B" in the URL gives the correct page. <a href="https://roll20.net/compendium/dnd5e/searchbook/?terms=Longsword%20%2B1" rel="nofollow">https://roll20.net/compendium/dnd5e/searchbook/?terms=Longsword%20%2B1</a>