TUM-Dev / campus_flutter

Development of the cross-platform TUM Campus App with Flutter - for and from students at Technical University of Munich.
https://tum.app/
GNU General Public License v3.0
37 stars 4 forks source link

[BUG] Search results for News shows duplicates #200

Closed Garfield96 closed 7 months ago

Garfield96 commented 7 months ago

Describe the bug Search results for news shows duplicates (see screenshot).

To Reproduce Steps to reproduce the behavior:

  1. Go to "Search"
  2. Search for "test"
  3. Click "Show more" for news
  4. See duplicates

Expected behavior No duplicates.

Screenshots

Smartphone (please complete the following information):

Additional context N/A

jakobkoerber commented 7 months ago

Thanks for reporting this! This "bug" exists due to multiple (faculty) news outlets reporting the same news article. I added a primitive check for duplicate titles :)