You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current site doesn't check for duplicate entries when filtering, so if the user clicks the same filter continuously it will continue to append to the URL like so:
Current site doesn't check for duplicate entries when filtering, so if the user clicks the same filter continuously it will continue to append to the URL like so:
https://ape.offbase.org/?filter=%7B%0A%20%20%22%24and%22%3A%20%5B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22metadata.attributes%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%22%24elemMatch%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20%22trait_type%22%3A%20%22Background%22%2C%0A%20%20%20%20%20%20%20%20%20%20%22value%22%3A%20%22Gray%22%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%2C%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22metadata.attributes%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%22%24elemMatch%22%3A%20%7B%0A%20%20%20%20%20%20%20%20%20%20%22trait_type%22%3A%20%22Background%22%2C%0A%20%20%20%20%20%20%20%20%20%20%22value%22%3A%20%22Gray%22%0A%20%20%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D
The text was updated successfully, but these errors were encountered: