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

Search Regex Query Error #167

Open
Estalhun opened this issue Mar 29, 2023 · 2 comments
Open

Search Regex Query Error #167

Estalhun opened this issue Mar 29, 2023 · 2 comments

Comments

@Estalhun
Copy link

SELECT COUNT(wpmy_postmeta.meta_id) AS match_rows FROM wpmy_postmeta WHERE wpmy_postmeta.meta_key LIKE BINARY '\\_elementor\\_data' AND (wpmy_postmeta.meta_key LIKE BINARY '%💊%' OR wpmy_postmeta.meta_value LIKE BINARY '%💊%')
@johngodley
Copy link
Owner

Can you give more context?

@Estalhun
Copy link
Author

Estalhun commented Mar 29, 2023

Hi John,

Of course. I tried to replace the 💊 character to 💊
Every SQL table has utf8mb4_unicode charset and utf8mb4_unicode_ci collation.

That's all.
Estal

Can you give more context?

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

No branches or pull requests

2 participants