Similar to the current integration with the References module, it would be great to integrate with the Entity Reference module as it is gaining popularity. I have a sandbox at http://drupal.org/sandbox/cpliakas/1572718 with working code, so if you are not willing to provide integration in this project I am perfectly content releasing the code as a standalone module. Let me know how you want me to proceed and I can roll a patch as necessary.
Thanks,
Chris
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | entityreference-1572722-8.patch | 3.04 KB | cpliakas |
| #3 | entityreference-1572722-3.patch | 3.03 KB | eporama |
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