Expand autocomplete and remove old code #3150

This commit is contained in:
James Cole
2020-07-23 06:58:00 +02:00
parent 162e791dfd
commit b63e8d60bb
23 changed files with 188 additions and 1131 deletions

View File

@@ -50,15 +50,14 @@ interface JournalRepositoryInterface
public function findByType(array $types): Collection;
/**
* TODO maybe create JSON repository?
*
* Search in journal descriptions.
*
* @param string $search
* @param int $limit
*
* @return Collection
*/
public function searchJournalDescriptions(string $search): Collection;
public function searchJournalDescriptions(string $search, int $limit): Collection;
/**
* Deletes a transaction group.