ReplayBook
ReplayBook copied to clipboard
Replay search no longer requires all keywords to be present
Search is now an "OR" operation on all keywords, instead of an "AND"
This is caused by this query: https://github.com/fraxiinus/ReplayBook/blob/master/src/Files/Repositories/DatabaseRepository.cs#L201
See this issue for LiteDB: https://github.com/mbdavid/LiteDB/issues/1885