Closed (fixed)
Project:
Apachesolr Domain Access
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2011 at 15:41 UTC
Updated:
15 Oct 2011 at 14:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Yaron Tal commentedSeems like filtering on im_domain_id:-1 also doesn't work, so the above patch wasn't right, but we need to do the opposite in domain_solr_apachesolr_update_index().
Also I noticed a db_query_sql() which gave errors.
From the documentation:
Rewrites node, taxonomy and comment queries.
As it was used for the domain table, I removed it.
This patch should work.
Comment #2
Yaron Tal commentedComment #3
john franklin commentedThe patch in #1 applied cleanly to a site I'm working on, and works as advertised.
Comment #4
Anonymous (not verified) commentedCommitted. I'm making this a 1.0 release. Thanks for the patch!