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 visibility full text search query in MySQL #3913

Merged
merged 1 commit into from
Feb 8, 2023

Conversation

rodrigozhou
Copy link
Collaborator

What changed?
Added namespace_id to full text search query expression.

Why?
I added namespace_id to FTS index to help searching when using Text type search attributes. But the namespace_id is also indexed as FTS and needs to be in the MATCH() AGAINST () expression.

How did you test it?
Start local server, setup custom search attributes, and ran workflow querying Text type search attribute.

Potential risks
No.

Is hotfix candidate?
No.

@rodrigozhou rodrigozhou requested a review from a team as a code owner February 7, 2023 23:55
@rodrigozhou rodrigozhou merged commit 9186ca7 into temporalio:master Feb 8, 2023
@rodrigozhou rodrigozhou deleted the fix-vis-mysql-fts branch February 8, 2023 17:37
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.

2 participants