Currently, the implementation of ISearchHistory is memory based. So all entries are only there during runtime. A better solution would be, to have the history file based so the entries are kept between BN instances.
Currently, the implementation of ISearchHistory is memory based. So all entries are only there during runtime.
A better solution would be, to have the history file based so the entries are kept between BN instances.