Skip to content
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

Add fulltext index for author search #277

Merged
merged 1 commit into from
Jan 4, 2024
Merged

Conversation

dfabulich
Copy link
Collaborator

@salty-horse
Copy link
Collaborator

In the other commits, I enabled the use of bind parameters instead of calling an escape function. It will be cumbersome to switch to it without committing the other stuff, so can be done later.

In the closed #271 I also wrote a better (I think) sanitation function for match expressions: removeSqlMatchChars. I don't know if you want to use it. Without it, users can make more flexible matches with special characters, but it might have surprising behaviors since it's not documented. (It's not great, since it strips things like -.)

# Conflicts:
#	sql/patch-schema-2.sql
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.

Slow query: Search by author does a full scan of games table
2 participants