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

Bugfix/search #114

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Bugfix/search #114

merged 1 commit into from
Aug 30, 2019

Conversation

acobster
Copy link
Contributor

Ticket: #108

Issue

SupportsAdvancedSearch can trigger database errors in some cases, such as when running admin queries, or when custom clauses are added to the query (and thus meta_key is not a unique column).

Solution

Detect edge cases and default settings to support (hopefully) all use-cases.

Impact

Stabilizes the search API.

Usage Changes

None.

Considerations

None.

Testing

Passes e2e tests (this isn't very unit-testable as-is).

@acobster acobster merged commit 3af1246 into master Aug 30, 2019
@acobster acobster deleted the bugfix/search branch August 30, 2019 23:12
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.

1 participant