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

Fixed searching full text with scalar results. #2224

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Daniel-KM
Copy link
Contributor

No description provided.

@zerocrates
Copy link
Member

What's the bug here, or a reproducer for it? It's not as simple as just doing returnScalar while searching fulltext, I guess, because I tried that without issue.

@zerocrates
Copy link
Member

Probably also worth asking the database vendor, version, and SQL mode... ONLY_FULL_GROUP_BY is standard in MySQL 8+ but they have functional dependency support, while Maria doesn't know about functional dependencies but ONLY_FULL_GROUP_BY is not a default mode there.

I'm not sure supporting ONLY_FULL_GROUP_BY on Maria, if that's the configuration being used here, is a goal.

Daniel-KM pushed a commit to Daniel-KM/Omeka-S-module-AdvancedSearch that referenced this pull request Oct 10, 2024
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