wp-cli / db-command

Performs basic database operations using credentials stored in wp-config.php.
MIT License
71 stars 59 forks source link

Document that individual text columns are searched. #174

Closed iandunn closed 3 years ago

iandunn commented 4 years ago

I needed to do a regex search using the ^ and $ tokens, but didn't know if that'd work or not. It's helpful to know what to expect when troubleshooting a regex, so this documents how the search is implemented.