OdyseeTeam / odysee-ios

The Odysee iOS app with wallet functionality.
MIT License
67 stars 22 forks source link

Matching claim improvements #286

Closed ktprograms closed 2 years ago

ktprograms commented 2 years ago

Changes made

Fix winning claim ordering logic in search

The comparison being used was $1 > $0, which caused the list to be ordered in reverse. Change to using $0 > $1.

Check if search matching claim is filtered or blocked