Sanitize input for ilike in Account::Entry.search #988
Reference in New Issue
Block a user
Delete Branch "fix-#987"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #987
A trigram index on
account_entries.namemight be beneficialYeah I think this along with a few other indexes could be helpful to the search process. I've kept it pretty minimal and unoptimized for now though since we'll eventually be introducing a "global" search and my guess is that we'll have to rethink some of it anyways.