Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRM-20199 Contribution search performance #9631

Merged

Commits on Mar 3, 2017

  1. CRM-20199 Remove poor join on option_value table when doing contribut…

    …ion search.
    
    This involves setting payment instrument to exportable & remove hacks that were used in
    place of doing that, and adding new logic to the order by to allow it to order without
    joining the option value table (using the field() function).
    
    I have observed one small regression which is the Qill showing 'Payment Method ID'
    instead of payment method. I'm committed to fixing that but I would push
    to merge this in advance of that because we are in the best place in the monthly
    cycle to merge this and that is a very minor fallout.
    eileenmcnaughton committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    9d5c7f1 View commit details
    Browse the repository at this point in the history