zapp icon indicating copy to clipboard operation
zapp copied to clipboard

Search term: Limited character length

Open WebworkrNet opened this issue 2 years ago • 3 comments

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

Example:

Screenshot_20231012_162541_Zapp Screenshot_20231012_162532_Zapp

WebworkrNet avatar Oct 12 '23 14:10 WebworkrNet

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

bagbag avatar Oct 13 '23 10:10 bagbag

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...

cemrich avatar Oct 19 '23 12:10 cemrich

@bagbag Thanks for the background information

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

WebworkrNet avatar Oct 22 '23 22:10 WebworkrNet