mediathekview / zapp

German public broadcasting live streams as an Android app
https://mediathekview.de/news/zapp/
MIT License
199 stars 33 forks source link

Search term: Limited character length #382

Open WebworkrNet opened 11 months ago

WebworkrNet commented 11 months ago

If the search term exceeds a certain length, no more search results will be found.

Example:

Screenshot_20231012_162541_Zapp Screenshot_20231012_162532_Zapp

bagbag commented 11 months ago

MediathekViewWeb (die API hinter der Mediathek in Zapp) begrenzt in der Indizierung der Einträge die Länge der einzelnen Tokens auf 25 Zeichen.

cemrich commented 11 months ago

Yes, it's the same behaviour as in MediathekViewWeb. There is nothing I can do in Zapp, except restricting the input field.

EDIT: Which might not work, because longer search queries are fine as long as they are separated by white spaces...

WebworkrNet commented 10 months ago

@bagbag Thanks for the background information

@cemrich Including a reference to this issue in the FAQ would be an option.