I'm currently working with a majority of your modules and while upgrading to Omeka 4.1 and keeping my modules up to date, I stumbled upon a compatibility issue.
As of today, SearchSolr module is not compatible with AdvancedSearch 3.4.22 as it switched to Common for the ArrayText form Element while SearchSolr (3.5.45 at the time of writing) is still using AdvancedSearch ArrayText element (SolrMapForm line 33).
Either add a requirement in Module.php to prevent this issue or update it.
I'll gladly push a PR if you don't have the time to be working on this issue.
Hello.
I'm currently working with a majority of your modules and while upgrading to Omeka 4.1 and keeping my modules up to date, I stumbled upon a compatibility issue. As of today, SearchSolr module is not compatible with AdvancedSearch 3.4.22 as it switched to Common for the ArrayText form Element while SearchSolr (3.5.45 at the time of writing) is still using AdvancedSearch ArrayText element (
SolrMapForm
line 33).Either add a requirement in
Module.php
to prevent this issue or update it.I'll gladly push a PR if you don't have the time to be working on this issue.