Closed (fixed)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2012 at 19:08 UTC
Updated:
28 May 2012 at 10:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
nick_vhThat would be certainly welcome! Provide a patch for the module and I don't see why it would not be able to get in :-)
Comment #2
cpliakas commentedSounds good. I will post a patch, and we also have a client who will validate that the solution works as intended.
Thanks,
Chris
Comment #3
eporama commentedHere's a first attempt at putting Chris' sandbox code into the apachesolr module files.
Our first attempt at using the sandbox module worked quite well.
Comment #4
cpliakas commentedThanks for picking this up, eporama. This looks good to me. I tested it locally, and it works as expected. Not marking as RTBC only because I don't think it is appropriate for me to do so since I wrote the original code.
Comment #5
pwolanin commented@cpliakas - if you've tested it go ahead and commit.
Comment #6
cpliakas commentedWill do. This has been validated in multiple places, so marking as RTBC and will commit.
Comment #7
wonder95 commentedBeing coding standard anal here, these lines in entityreference_apachesolr_field_mappings() need some indentation:
Comment #8
cpliakas commentedwonder95,
Good catch! Indentation fixed in the attached patch.
Thanks,
Chris
Comment #9
cpliakas commentedCommitted at http://drupalcode.org/project/apachesolr.git/commit/f3deaab5a35dfdf16797....
eporama, congrats on your first credited commit to Apache Solr Search Integration!
Comment #10
nick_vh