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 querying selects and multiselects #2828

Merged
merged 3 commits into from
Sep 16, 2021
Merged

Conversation

I-Valchev
Copy link
Member

@I-Valchev I-Valchev commented Sep 13, 2021

Fixes #2806 select for MySQL where we can use JSON_SEARCH.

Doesn't yet fix the multiselect, but there's the groundwork. Not yet sure how to best parse the multiple expression...

@bobdenotter bobdenotter marked this pull request as draft September 15, 2021 15:04
@I-Valchev I-Valchev marked this pull request as ready for review September 16, 2021 06:33
Co-authored-by: Bob den Otter <bob@twokings.nl>
@I-Valchev
Copy link
Member Author

Yes good catch thanks @bobdenotter

Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bobdenotter bobdenotter merged commit d07c140 into master Sep 16, 2021
@bobdenotter bobdenotter deleted the bugfix/query-multiselects branch September 16, 2021 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

{{ setcontent }} with where clause on a select field does not fetch records
2 participants