On Solr search :
- Content type : program
- Query : geoCode_geo:*
- Columns : title, geoCode
I get an NPE because the Solr schema is not up to date.
Maybe it needs an automatic migration to send the schema ?
Ametys.serviceManager.lookup("org.ametys.cms.content.indexing.solr.SolrIndexer").sendSchema();
- discovered while testing
-
CMS-10818 GeocodeQuery : Change the exists operation
- Closed