OdyseeTeam / odysee-frontend

The code that runs odysee.com
https://odysee.com
MIT License
209 stars 65 forks source link

Hide shorts setting #3096

Closed keikari closed 4 months ago

keikari commented 4 months ago

Fixes

Adds a setting to filter out content <1min If claim_search or lighthouse query may return results with duration, and the setting is enabled, the duration filter gets added to the query.

Searching specifically channels/collection/etc. will still work, but these get excluded in more general queries while the setting is enabled.
Also if claim_ids is set the duration limit is skipped. (Think it's only used with collection items.)
Also setting the duration to something else than "any", will override the setting.

2024-05-02_11-29

tzarebczan commented 4 months ago

We'll follow up on the recommendations side to see if that's easy to add there also.