Posted by schildi on July 16, 2009 at 8:58am
| Project: | Similar entries |
| Version: | master |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
currently "similar entries" does not open other modules the way to extend the query by implementing the hook_rewrite_sql. The attached patch should resolve this.
Please check!
| Attachment | Size |
|---|---|
| similar-rewrite.patch | 1.46 KB |
Comments
#1
I get the general idea of what's wrong, but your patch seems to be against a customized version of similar. I'll try to apply it by hand.
#2
Nevermind, you modified the query as well. Please make a clean patch.
#3
Oh, yes! Sorry for the mistake!
When reading your comment I first did not understand what you want to tell me.
But then I realized that I had modified the source a long time ago.
So I unpacked the original source and applied my modifications again.
Hopefully the patch is correct now!
#4
committed to DRUPAL-5 and DRUPAL-6--1
#5
Marking this issue closed (fixed) as the patch will not be ported to D7. 7.x-2.x uses views integration now.