grollmus/BuildNotifications

Implement file based search history

Opened this issue · 0 comments

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.