search for: landing_page

Displaying 2 results from an estimated 2 matches for "landing_page".

Did you mean: landing_pad
2007 Sep 14
1
Can :args only be a string?
Here''s something strange! the_job_key = MiddleMan.new_worker( :class => :log_view_to_sf_worker, :args => "just a string" ) works fine. But the_job_key = MiddleMan.new_worker( :class => :log_view_to_sf_worker, :args => { :landing_page => @landing_page, :driver => @driver } ) does not. It is as if :args can only be a string, not a hash! Still exploring this... -DJ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/backgroundrb-devel/attachments/20070...
2006 Mar 29
1
Using boolean terms in PHP bindings
...I need to do anything to the data itself? Like, literally prefix it with the characters "XC"? Below is my indexor for scriptindex and the my php code... document_id : field=ref unique=Q boolean=Q search_id : field=document_id index=S document_title : field=title weight=3 unhtml index landing_page : field=landing_page document_text : field=document_text unhtml index abstract: field=abstract category: field=category boolean=XC - - - - - - php - - - - - - //load the module dl ("xapian.so"); //report all errors error_reporting (E_ALL); $db = new_database (&q...