Closed (outdated)
Project:
Apache Solr Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
23 Sep 2010 at 11:47 UTC
Updated:
13 Nov 2018 at 16:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedComment #2
Anonymous (not verified) commentedIf I see what the output is of $this->params['fq'], I get this:
The mistake is probably the duplicate tid:'s, you can only have 1?
EDIT:
I changed your function rebuild_fq to this:
Now the Tid'S are shown like
And it works!
Comment #3
jrust commentedSeparating terms by commas (AND) is currently the only supported form of passing in multiple terms. The attached patch adds support for separating them by + (OR).
Comment #4
duynguyen commentedComment #5
kenorb commentedVersion 6.x is no longer supported due to Drupal 6 End of Life. For Drupal 8.x, use Search API Solr Searchinstead.