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

Fix long title searches #346

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Fix long title searches #346

merged 1 commit into from
Feb 13, 2023

Conversation

andrew-gardener
Copy link
Member

MySQL/MariaDB has a 128 max word limit on MATCH AGAINST queries. This fix limits the total words used to 128 which prevents the error but does lead to a smaller chance of the Similar Titles section being populated for very long titles

Closes #344

MySQL/MariaDB has a 128 max word limit on MATCH AGAINST queries.
This fix limits the total words used to 128 which prevents the error but does lead to a smaller chance of the `Similar Titles` section being populated for very long titles
@joeytakeda joeytakeda merged commit fc98ba2 into develop Feb 13, 2023
@andrew-gardener andrew-gardener deleted the #344-fix-long-titles branch February 13, 2023 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants