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

Issue #2989095: Group search terms by field #19

Closed
wants to merge 1 commit into from

Conversation

webflo
Copy link

@webflo webflo commented Aug 1, 2018

@MPParsley
Copy link

Hi @webflo, could you reroll this patch or give me access to the branch?

$flat_keys = '(' . $flat_keys . ')';
$new_solr_fields = explode(' ', $new_solr_fields);
foreach ($new_solr_fields as $solrField) {
$flat_keys = $this->flattenKeys($keys, [$solrField], $query->getParseMode()->getPluginId());
Copy link

@MPParsley MPParsley Jan 9, 2019

Choose a reason for hiding this comment

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

@webflo, this should fix the conflict:

Suggested change
$flat_keys = $this->flattenKeys($keys, [$solrField], $query->getParseMode()->getPluginId());
$flat_keys = $this->flattenKeys($keys, [$solrField], $parse_mode_id);

@mkalkbrenner
Copy link
Owner

solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants