Daniel-KM / Omeka-S-module-SearchSolr

Search Omeka resources instantly and deeply with Apache Lucene / Solr
Other
3 stars 1 forks source link

Incompatibility with AdvancedSearch 3.4.22 #15

Closed snowwtarie closed 4 months ago

snowwtarie commented 4 months ago

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.