Show a simple text when the search returns no results. You may also show additional hints to your users.
Code Block |
---|
"missingResultsDisplayPatterns": { "en": "Your search has not delivered any results", "de": "Ihre Suche hat keine Resultate geliefert", "x-default": "Your search has not delivered any results" }, |
...