I've added a no-search-title attribute to the directive which allows a user to specify a custom text for the element which appears when there are no search results.
This is independent of the localisation as there might be a use case when someone wants to change the no results text without writing a whole localisation file.
I didn't find any relevant unit or e2e test for the title attribute and thus did not now if this attribute needs/can be tested.
I've added a
no-search-title
attribute to the directive which allows a user to specify a custom text for the element which appears when there are no search results.This is independent of the localisation as there might be a use case when someone wants to change the no results text without writing a whole localisation file.
I didn't find any relevant unit or e2e test for the
title
attribute and thus did not now if this attribute needs/can be tested.