Closed (fixed)
Project:
Views random seed
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Aug 2011 at 22:29 UTC
Updated:
23 Sep 2011 at 20:21 UTC
Jump to comment: Most recent file
Comments
Comment #1
rjbrown99 commentedWithout further ado, here's the patch. The reason I had to change your switch statement and pop it inside of an if/else is because $db_type is still going to be mysql/mysqli/pgsql even if the back-end in question is Solr. For now at least, all of the solr stuff happens based on the apachesolr_node base table so that's what I used. Works for me and I'm going to go to prod with it.
This is a git diff against the 6.x-1.x tree as of today.
Comment #2
rjbrown99 commentedComment #3
swentel commentedI've committed this - didn't test it, but should be ok I guess. I'll roll out a release as well.
Comment #4
rjbrown99 commentedThanks, I have it in production now and it's working. If I run into any issues I'll open them here with patches. This is an important part of my overall web app so it's front and center for me. Thanks for the module btw, had I known about it there would have been a lot of time saved.
Comment #5
rjbrown99 commentedThanks, and if any issues come up in the queue for this and I don't notice them feel free to ping me - I'll roll up any needed bugfixes. But at least for me it continues to work well.