numo-labs / isearch-ui

:yellow_heart: :mag: The ui for inspirational search!
GNU General Public License v3.0
7 stars 7 forks source link

Simplify code for uniqueness check of related items #431

Closed lennym closed 8 years ago

lennym commented 8 years ago

Creates an array of ids that exist in the main search result set, then filters the related results checking if their id exists within that set.

Fixes a bug where the filter would fail and throw an error if the length of the related results was longer than the main results set.

nelsonic commented 8 years ago

👍