This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Sign in to view your library & saved favorites.
When searching for content which contains special characters, such as searching for "Lords' Alliance" at https://www.dndbeyond.com/search?q=lords' alliance the filters can break due to double-encoding of those characters.
For example, at the given link, the button to limit to "Compendium" redirects to "https://www.dndbeyond.com/search?q=lords' alliance&f=actions,compendium,conditions,skills,rules,weapon-property&c=compendium" which because it uses an HTML entity encoded apostrophe "'" in a URL context, terminates the parameter and starts a new one. As a result, the search term is changed to only the word "Lords".
When searching for content which contains special characters, such as searching for "Lords' Alliance" at https://www.dndbeyond.com/search?q=lords' alliance the filters can break due to double-encoding of those characters.
For example, at the given link, the button to limit to "Compendium" redirects to "https://www.dndbeyond.com/search?q=lords' alliance&f=actions,compendium,conditions,skills,rules,weapon-property&c=compendium" which because it uses an HTML entity encoded apostrophe "'" in a URL context, terminates the parameter and starts a new one. As a result, the search term is changed to only the word "Lords".