Skip to content

Instantly share code, notes, and snippets.

View adeltcode's full-sized avatar
🏠
Working from home

Patrick James Garcia adeltcode

🏠
Working from home
View GitHub Profile
@jesgs
jesgs / README-WordPress-FULLTEXT-Search.md
Last active February 5, 2025 12:45
WordPress Full Text Search Examples

Adding MySQL FULLTEXT Support to WordPress

FULLTEXT support to WordPress is simple if you have access to phpMyAdmin. If not, it can still be done but is a little trickier if you’re not used to command-line. We’ll demonstrate how to modify your WordPress database using phpMyAdmin.

How To Modify Database

  1. Start out by having a set of keywords to test against. You’ll need ‘before’ and ‘after’ test results. Also, I can’t stress this enough but back up your database before proceeding!

  2. Next, log into your phpMyAdmin page and navigate to your {prefix}_posts table.

  3. Click on the “Structure” tab.