QuantumBox / blackgamedevs

A list of Black game developers.
http://www.blackgamedevs.com/
MIT License
58 stars 90 forks source link

Bug: Search causes site to crash #225

Closed MaximumCrash closed 3 years ago

MaximumCrash commented 3 years ago

When performing a search, certain results can cause the site to crash. The reason for this is because the filterObjectData utility method is receiving a results object with an incorrect data structure.

Currently it's keys are integers counting up in result position when it's expecting a key that is the results UUID.