8000 Sanitize input for ilike in Account::Entry.search by tonyvince · Pull Request #988 · maybe-finance/maybe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Sanitize input for ilike in Account::Entry.search #988

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

tonyvince
Copy link
Contributor

Fixes #987

@tonyvince
Copy link
Contributor Author

A trigram index on account_entries.name might be beneficial

@zachgoll
Copy link
Collaborator

A trigram index on account_entries.name might be beneficial

Yeah 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.

@zachgoll zachgoll merged commit d0bc959 into maybe-finance:main Jul 16, 2024
4 checks passed
@tonyvince tonyvince deleted the fix-#987 branch July 22, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Handling percent signs in filters
2 participants
0