Search is not working on 7.7.2

After update from 7.7.1 to 7.7.2 search function is’t working any more. :unsure:
Can’t search through contacts, accounts, etc.

I’m using PHP 7.0.5, Apache 2.4.18

Hi,

We are aware of this issue, but thank you very much for alerting us. For any future bugs could you please post them on Github so our developers can see them and fix them for a future release!

Thanks

1 Like

Sure i’ll do it. :slight_smile:

To fix this add $this->searchFields = $searchFields[$this->module]; on line 130 of include/SearchForm/SearchForm2.php

3 Likes

Thank you mikesolomon! So much time lost on this one.