Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-18696

Street filter in Constituent Summary report broken without street address parsing

    Details

    • Documentation Required?:
      None
    • Funding Source:
      Contributed Code

      Description

      How to reproduce:

      • If needed, turn off street address filtering in Administer, Localization, Address Settings. (it is turned of by default in a new installation)
      • Add a new contact with an address
      • Click 'Reports', 'Contact Reports', 'Constituent Summary'
      • Click 'filters', and add the name of the street of the address in the 'Street Name' field.
      • Click 'Preview report'
      • Your new contact is not in the results, while it should be there.

      This is probably because the reports searches in street_name, which is empty because street address parsing is turned of.

      I suggest to change the code at https://github.com/civicrm/civicrm-core/blob/master/CRM/Report/Form.php#L3981 so that the street_number and street_name filters are replaced by a street_address filter if addres parsing is turned of.

        Attachments

          Activity

            People

            • Assignee:
              johanv Johan Vervloet
              Reporter:
              johanv Johan Vervloet
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: